diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-01-28 02:23:03 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-28 02:23:03 -0500 |
commit | c96330b083ce88b9fea428df99b4631f1b6410ef (patch) | |
tree | cf019b14ff017b3b22e9b8d54da9473cb2c1aa7c /Documentation/sound/alsa/ALSA-Configuration.txt | |
parent | f6c6383502751ceb6f2f3579ad22578ca44f91f5 (diff) |
ALSA: Add description of new snd-msnd-* drivers
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound/alsa/ALSA-Configuration.txt')
-rw-r--r-- | Documentation/sound/alsa/ALSA-Configuration.txt | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt index 841a9365d5fd..ba7b14a13ab7 100644 --- a/Documentation/sound/alsa/ALSA-Configuration.txt +++ b/Documentation/sound/alsa/ALSA-Configuration.txt | |||
@@ -1185,6 +1185,54 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. | |||
1185 | 1185 | ||
1186 | This module supports multiple devices and PnP. | 1186 | This module supports multiple devices and PnP. |
1187 | 1187 | ||
1188 | Module snd-msnd-classic | ||
1189 | ----------------------- | ||
1190 | |||
1191 | Module for Turtle Beach MultiSound Classic, Tahiti or Monterey | ||
1192 | soundcards. | ||
1193 | |||
1194 | io - Port # for msnd-classic card | ||
1195 | irq - IRQ # for msnd-classic card | ||
1196 | mem - Memory address (0xb0000, 0xc8000, 0xd0000, 0xd8000, | ||
1197 | 0xe0000 or 0xe8000) | ||
1198 | write_ndelay - enable write ndelay (default = 1) | ||
1199 | calibrate_signal - calibrate signal (default = 0) | ||
1200 | isapnp - ISA PnP detection - 0 = disable, 1 = enable (default) | ||
1201 | digital - Digital daughterboard present (default = 0) | ||
1202 | cfg - Config port (0x250, 0x260 or 0x270) default = PnP | ||
1203 | reset - Reset all devices | ||
1204 | mpu_io - MPU401 I/O port | ||
1205 | mpu_irq - MPU401 irq# | ||
1206 | ide_io0 - IDE port #0 | ||
1207 | ide_io1 - IDE port #1 | ||
1208 | ide_irq - IDE irq# | ||
1209 | joystick_io - Joystick I/O port | ||
1210 | |||
1211 | The driver requires firmware files "turtlebeach/msndinit.bin" and | ||
1212 | "turtlebeach/msndperm.bin" in the proper firmware directory. | ||
1213 | |||
1214 | See Documentation/sound/oss/MultiSound for important information | ||
1215 | about this driver. Note that it has been discontinued, but the | ||
1216 | Voyetra Turtle Beach knowledge base entry for it is still available | ||
1217 | at | ||
1218 | http://www.turtlebeach.com/site/kb_ftp/790.asp | ||
1219 | |||
1220 | Module snd-msnd-pinnacle | ||
1221 | ------------------------ | ||
1222 | |||
1223 | Module for Turtle Beach MultiSound Pinnacle/Fiji soundcards. | ||
1224 | |||
1225 | io - Port # for pinnacle/fiji card | ||
1226 | irq - IRQ # for pinnalce/fiji card | ||
1227 | mem - Memory address (0xb0000, 0xc8000, 0xd0000, 0xd8000, | ||
1228 | 0xe0000 or 0xe8000) | ||
1229 | write_ndelay - enable write ndelay (default = 1) | ||
1230 | calibrate_signal - calibrate signal (default = 0) | ||
1231 | isapnp - ISA PnP detection - 0 = disable, 1 = enable (default) | ||
1232 | |||
1233 | The driver requires firmware files "turtlebeach/pndspini.bin" and | ||
1234 | "turtlebeach/pndsperm.bin" in the proper firmware directory. | ||
1235 | |||
1188 | Module snd-mtpav | 1236 | Module snd-mtpav |
1189 | ---------------- | 1237 | ---------------- |
1190 | 1238 | ||