|
| 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) |
|