aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKrzysztof Helt <krzysztof.h1@wp.pl>2009-05-03 04:39:19 -0400
committerTakashi Iwai <tiwai@suse.de>2009-05-04 03:08:22 -0400
commitb0ec3a30bc01c15cc6277b223fae136f7b71e90c (patch)
tree44da975eacca5752ca0455eabf1142cf8b17b223 /Documentation
parent0cfcdedaddf2468cb53e3cff9c3abfef14b4d784 (diff)
ALSA: sc6000: enable joystick port
Add module parameter to enable or disable joystick port (gameport) on the SC6600 and later cards. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/sound/alsa/ALSA-Configuration.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt
index 012858d2b119..11a80a9c715b 100644
--- a/Documentation/sound/alsa/ALSA-Configuration.txt
+++ b/Documentation/sound/alsa/ALSA-Configuration.txt
@@ -1543,13 +1543,15 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
1543 Module snd-sc6000 1543 Module snd-sc6000
1544 ----------------- 1544 -----------------
1545 1545
1546 Module for Gallant SC-6000 soundcard. 1546 Module for Gallant SC-6000 soundcard and later models: SC-6600
1547 and SC-7000.
1547 1548
1548 port - Port # (0x220 or 0x240) 1549 port - Port # (0x220 or 0x240)
1549 mss_port - MSS Port # (0x530 or 0xe80) 1550 mss_port - MSS Port # (0x530 or 0xe80)
1550 irq - IRQ # (5,7,9,10,11) 1551 irq - IRQ # (5,7,9,10,11)
1551 mpu_irq - MPU-401 IRQ # (5,7,9,10) ,0 - no MPU-401 irq 1552 mpu_irq - MPU-401 IRQ # (5,7,9,10) ,0 - no MPU-401 irq
1552 dma - DMA # (1,3,0) 1553 dma - DMA # (1,3,0)
1554 joystick - Enable gameport - 0 = disable (default), 1 = enable
1553 1555
1554 This module supports multiple cards. 1556 This module supports multiple cards.
1555 1557