aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sound
diff options
context:
space:
mode:
authorKrzysztof Helt <krzysztof.h1@wp.pl>2009-09-30 18:10:34 -0400
committerTakashi Iwai <tiwai@suse.de>2009-10-01 01:51:56 -0400
commitacd47100914b2896d0699febefd077f85c4dd272 (patch)
tree31379e4195b3d03b5e6c6bf47bc729503e447cfa /Documentation/sound
parentf0968e3f7a8ea30728d2580d3043a30ea9994ec6 (diff)
ALSA: sscape: convert to firmware loader framework
The conversion solves the problem that firmware size was set to 64KB while non PnP cards have 128KB firmware files. An additional firmware initialization code has been moved from the OSS driver. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound')
-rw-r--r--Documentation/sound/alsa/ALSA-Configuration.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt
index 1c8eb4518ce0..cf985257ae40 100644
--- a/Documentation/sound/alsa/ALSA-Configuration.txt
+++ b/Documentation/sound/alsa/ALSA-Configuration.txt
@@ -1631,7 +1631,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
1631 Module snd-sscape 1631 Module snd-sscape
1632 ----------------- 1632 -----------------
1633 1633
1634 Module for ENSONIQ SoundScape PnP cards. 1634 Module for ENSONIQ SoundScape cards.
1635 1635
1636 port - Port # (PnP setup) 1636 port - Port # (PnP setup)
1637 wss_port - WSS Port # (PnP setup) 1637 wss_port - WSS Port # (PnP setup)
@@ -1640,9 +1640,9 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
1640 dma - DMA # (PnP setup) 1640 dma - DMA # (PnP setup)
1641 dma2 - 2nd DMA # (PnP setup, -1 to disable) 1641 dma2 - 2nd DMA # (PnP setup, -1 to disable)
1642 1642
1643 This module supports multiple cards. ISA PnP must be enabled. 1643 This module supports multiple cards.
1644 You need sscape_ctl tool in alsa-tools package for loading 1644
1645 the microcode. 1645 The driver requires the firmware loader support on kernel.
1646 1646
1647 Module snd-sun-amd7930 (on sparc only) 1647 Module snd-sun-amd7930 (on sparc only)
1648 -------------------------------------- 1648 --------------------------------------