Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
pcsp_lib.c File Reference
#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)
 

Macro Definition Documentation

#define DMIX_WANTS_S16   1

Definition at line 22 of file pcsp_lib.c.

Function Documentation

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)

Definition at line 128 of file pcsp_lib.c.

void pcsp_sync_stop ( struct snd_pcsp chip)

Definition at line 192 of file pcsp_lib.c.

int __devinit snd_pcsp_new_pcm ( struct snd_pcsp chip)

Definition at line 337 of file pcsp_lib.c.