Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/gfp.h>
#include <linux/moduleparam.h>
#include <linux/interrupt.h>
#include <sound/pcm.h>
#include <asm/io.h>
#include "pcsp.h"
Go to the source code of this file.
Macros | |
#define | DMIX_WANTS_S16 1 |
Functions | |
module_param (nforce_wa, bool, 0444) | |
MODULE_PARM_DESC (nforce_wa,"Apply NForce chipset workaround ""(expect bad sound)") | |
enum hrtimer_restart | pcsp_do_timer (struct hrtimer *handle) |
void | pcsp_sync_stop (struct snd_pcsp *chip) |
int __devinit | snd_pcsp_new_pcm (struct snd_pcsp *chip) |
#define DMIX_WANTS_S16 1 |
Definition at line 22 of file pcsp_lib.c.
module_param | ( | nforce_wa | , |
bool | , | ||
0444 | |||
) |
enum hrtimer_restart pcsp_do_timer | ( | struct hrtimer * | handle | ) |
Definition at line 128 of file pcsp_lib.c.
Definition at line 192 of file pcsp_lib.c.