Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
snd-go7007.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/spinlock.h>
#include <linux/delay.h>
#include <linux/sched.h>
#include <linux/vmalloc.h>
#include <linux/time.h>
#include <linux/mm.h>
#include <linux/i2c.h>
#include <linux/mutex.h>
#include <linux/uaccess.h>
#include <linux/slab.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/initval.h>
#include "go7007-priv.h"

Go to the source code of this file.

Data Structures

struct  go7007_snd
 

Functions

 module_param_array (index, int, NULL, 0444)
 
 module_param_array (id, charp, NULL, 0444)
 
 module_param_array (enable, bool, NULL, 0444)
 
 MODULE_PARM_DESC (index,"Index value for the go7007 audio driver")
 
 MODULE_PARM_DESC (id,"ID string for the go7007 audio driver")
 
 MODULE_PARM_DESC (enable,"Enable for the go7007 audio driver")
 
int go7007_snd_init (struct go7007 *go)
 
 EXPORT_SYMBOL (go7007_snd_init)
 
int go7007_snd_remove (struct go7007 *go)
 
 EXPORT_SYMBOL (go7007_snd_remove)
 
 MODULE_LICENSE ("GPL v2")
 

Function Documentation

EXPORT_SYMBOL ( go7007_snd_init  )
EXPORT_SYMBOL ( go7007_snd_remove  )
int go7007_snd_init ( struct go7007 go)

Definition at line 233 of file snd-go7007.c.

int go7007_snd_remove ( struct go7007 go)

Definition at line 295 of file snd-go7007.c.

MODULE_LICENSE ( "GPL v2 )
module_param_array ( index  ,
int  ,
NULL  ,
0444   
)
module_param_array ( id  ,
charp  ,
NULL  ,
0444   
)
module_param_array ( enable  ,
bool  ,
NULL  ,
0444   
)
MODULE_PARM_DESC ( index  ,
"Index value for the go7007 audio driver  
)
MODULE_PARM_DESC ( id  ,
"ID string for the go7007 audio driver  
)
MODULE_PARM_DESC ( enable  ,
"Enable for the go7007 audio driver  
)