Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
sb8.c File Reference
#include <linux/init.h>
#include <linux/err.h>
#include <linux/isa.h>
#include <linux/ioport.h>
#include <linux/module.h>
#include <sound/core.h>
#include <sound/sb.h>
#include <sound/opl3.h>
#include <sound/initval.h>

Go to the source code of this file.

Data Structures

struct  snd_sb8
 

Macros

#define DEV_NAME   "sb8"
 

Functions

 MODULE_AUTHOR ("Jaroslav Kysela <[email protected]>")
 
 MODULE_DESCRIPTION ("Sound Blaster 1.0/2.0/Pro")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_SUPPORTED_DEVICE ("{{Creative Labs,SB 1.0/SB 2.0/SB Pro}}")
 
 module_param_array (index, int, NULL, 0444)
 
 MODULE_PARM_DESC (index,"Index value for Sound Blaster soundcard.")
 
 module_param_array (id, charp, NULL, 0444)
 
 MODULE_PARM_DESC (id,"ID string for Sound Blaster soundcard.")
 
 module_param_array (enable, bool, NULL, 0444)
 
 MODULE_PARM_DESC (enable,"Enable Sound Blaster soundcard.")
 
 module_param_array (port, long, NULL, 0444)
 
 MODULE_PARM_DESC (port,"Port # for SB8 driver.")
 
 module_param_array (irq, int, NULL, 0444)
 
 MODULE_PARM_DESC (irq,"IRQ # for SB8 driver.")
 
 module_param_array (dma8, int, NULL, 0444)
 
 MODULE_PARM_DESC (dma8,"8-bit DMA # for SB8 driver.")
 

Macro Definition Documentation

#define DEV_NAME   "sb8"

Definition at line 242 of file sb8.c.

Function Documentation

MODULE_AUTHOR ( "Jaroslav Kysela <[email protected]>"  )
MODULE_DESCRIPTION ( "Sound Blaster 1.0/2.0/Pro"  )
MODULE_LICENSE ( "GPL"  )
module_param_array ( index  ,
int  ,
NULL  ,
0444   
)
module_param_array ( id  ,
charp  ,
NULL  ,
0444   
)
module_param_array ( enable  ,
bool  ,
NULL  ,
0444   
)
module_param_array ( port  ,
long  ,
NULL  ,
0444   
)
module_param_array ( irq  ,
int  ,
NULL  ,
0444   
)
module_param_array ( dma8  ,
int  ,
NULL  ,
0444   
)
MODULE_PARM_DESC ( index  ,
"Index value for Sound Blaster soundcard."   
)
MODULE_PARM_DESC ( id  ,
"ID string for Sound Blaster soundcard."   
)
MODULE_PARM_DESC ( enable  ,
"Enable Sound Blaster soundcard."   
)
MODULE_PARM_DESC ( port  ,
"Port # for SB8 driver."   
)
MODULE_PARM_DESC ( irq  ,
"IRQ # for SB8 driver."   
)
MODULE_PARM_DESC ( dma8  ,
"8-bit DMA # for SB8 driver."   
)
MODULE_SUPPORTED_DEVICE ( "{{Creative Labs,SB 1.0/SB 2.0/SB Pro}}"  )