Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
sb_card.c File Reference
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/slab.h>
#include <linux/init.h>
#include "sound_config.h"
#include "sb_mixer.h"
#include "sb.h"
#include "sb_card.h"

Go to the source code of this file.

Functions

 MODULE_DESCRIPTION ("OSS Soundblaster ISA PnP and legacy sound driver")
 
 MODULE_LICENSE ("GPL")
 
 module_param (io, int, 000)
 
 MODULE_PARM_DESC (io,"Soundblaster i/o base address (0x220,0x240,0x260,0x280)")
 
 module_param (irq, int, 000)
 
 MODULE_PARM_DESC (irq,"IRQ (5,7,9,10)")
 
 module_param (dma, int, 000)
 
 MODULE_PARM_DESC (dma,"8-bit DMA channel (0,1,3)")
 
 module_param (dma16, int, 000)
 
 MODULE_PARM_DESC (dma16,"16-bit DMA channel (5,6,7)")
 
 module_param (mpu_io, int, 000)
 
 MODULE_PARM_DESC (mpu_io,"MPU base address")
 
 module_param (type, int, 000)
 
 MODULE_PARM_DESC (type,"You can set this to specific card type (doesn't ""work with pnp)")
 
 module_param (sm_games, int, 000)
 
 MODULE_PARM_DESC (sm_games,"Enable support for Logitech soundman games ""(doesn't work with pnp)")
 
 module_param (esstype, int, 000)
 
 MODULE_PARM_DESC (esstype,"ESS chip type (doesn't work with pnp)")
 
 module_param (acer, int, 000)
 
 MODULE_PARM_DESC (acer,"Set this to detect cards in some ACER notebooks ""(doesn't work with pnp)")
 
 module_init (sb_init)
 
 module_exit (sb_exit)
 

Variables

voidsmw_free
 

Function Documentation

MODULE_DESCRIPTION ( "OSS Soundblaster ISA PnP and legacy sound driver )
module_exit ( sb_exit  )
module_init ( sb_init  )
MODULE_LICENSE ( "GPL"  )
module_param ( io  ,
int  ,
000   
)
module_param ( irq  ,
int  ,
000   
)
module_param ( dma  ,
int  ,
000   
)
module_param ( dma16  ,
int  ,
000   
)
module_param ( mpu_io  ,
int  ,
000   
)
module_param ( type  ,
int  ,
000   
)
module_param ( sm_games  ,
int  ,
000   
)
module_param ( esstype  ,
int  ,
000   
)
module_param ( acer  ,
int  ,
000   
)
MODULE_PARM_DESC ( io  ,
"Soundblaster i/o base address (0x220,0x240,0x260,0x280)"   
)
MODULE_PARM_DESC ( irq  ,
"IRQ (5,7,9,10)"   
)
MODULE_PARM_DESC ( dma  ,
"8-bit DMA channel (0,1,3)"   
)
MODULE_PARM_DESC ( dma16  ,
"16-bit DMA channel (5,6,7)"   
)
MODULE_PARM_DESC ( mpu_io  ,
"MPU base address  
)
MODULE_PARM_DESC ( type  ,
"You can set this to specific card type (doesn't ""work with pnp)"   
)
MODULE_PARM_DESC ( sm_games  ,
"Enable support for Logitech soundman games ""(doesn't work with pnp)"   
)
MODULE_PARM_DESC ( esstype  ,
"ESS chip type (doesn't work with pnp)"   
)
MODULE_PARM_DESC ( acer  ,
"Set this to detect cards in some ACER notebooks ""(doesn't work with pnp)"   
)

Variable Documentation

void* smw_free

Definition at line 62 of file sb_common.c.