| Randy Dunlap | bcfde33 | 2010-06-07 17:10:38 -0700 | [diff] [blame] | 1 | OSS Kernel Parameters | 
|  | 2 | ~~~~~~~~~~~~~~~~~~~~~ | 
|  | 3 |  | 
|  | 4 | See Documentation/kernel-parameters.txt for general information on | 
|  | 5 | specifying module parameters. | 
|  | 6 |  | 
|  | 7 | This document may not be entirely up to date and comprehensive. The command | 
|  | 8 | "modinfo -p ${modulename}" shows a current list of all parameters of a loadable | 
|  | 9 | module. Loadable modules, after being loaded into the running kernel, also | 
|  | 10 | reveal their parameters in /sys/module/${modulename}/parameters/. Some of these | 
|  | 11 | parameters may be changed at runtime by the command | 
|  | 12 | "echo -n ${value} > /sys/module/${modulename}/parameters/${parm}". | 
|  | 13 |  | 
|  | 14 |  | 
|  | 15 | ad1848=		[HW,OSS] | 
|  | 16 | Format: <io>,<irq>,<dma>,<dma2>,<type> | 
|  | 17 |  | 
|  | 18 | aedsp16=	[HW,OSS] Audio Excel DSP 16 | 
|  | 19 | Format: <io>,<irq>,<dma>,<mss_io>,<mpu_io>,<mpu_irq> | 
|  | 20 | See also header of sound/oss/aedsp16.c. | 
|  | 21 |  | 
|  | 22 | dmasound=	[HW,OSS] Sound subsystem buffers | 
|  | 23 |  | 
|  | 24 | mpu401=		[HW,OSS] | 
|  | 25 | Format: <io>,<irq> | 
|  | 26 |  | 
|  | 27 | opl3=		[HW,OSS] | 
|  | 28 | Format: <io> | 
|  | 29 |  | 
|  | 30 | pas2=		[HW,OSS] Format: | 
|  | 31 | <io>,<irq>,<dma>,<dma16>,<sb_io>,<sb_irq>,<sb_dma>,<sb_dma16> | 
|  | 32 |  | 
|  | 33 | pss=		[HW,OSS] Personal Sound System (ECHO ESC614) | 
|  | 34 | Format: | 
|  | 35 | <io>,<mss_io>,<mss_irq>,<mss_dma>,<mpu_io>,<mpu_irq> | 
|  | 36 |  | 
|  | 37 | sscape=		[HW,OSS] | 
|  | 38 | Format: <io>,<irq>,<dma>,<mpu_io>,<mpu_irq> | 
|  | 39 |  | 
|  | 40 | trix=		[HW,OSS] MediaTrix AudioTrix Pro | 
|  | 41 | Format: | 
|  | 42 | <io>,<irq>,<dma>,<dma2>,<sb_io>,<sb_irq>,<sb_dma>,<mpu_io>,<mpu_irq> | 
|  | 43 |  | 
|  | 44 | uart401=	[HW,OSS] | 
|  | 45 | Format: <io>,<irq> | 
|  | 46 |  | 
|  | 47 | uart6850=	[HW,OSS] | 
|  | 48 | Format: <io>,<irq> | 
|  | 49 |  | 
|  | 50 | waveartist=	[HW,OSS] | 
|  | 51 | Format: <io>,<irq>,<dma>,<dma2> |