aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/Kconfig
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 /sound/isa/Kconfig
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 'sound/isa/Kconfig')
-rw-r--r--sound/isa/Kconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig
index b90fc164a79c..02fe81ca88fd 100644
--- a/sound/isa/Kconfig
+++ b/sound/isa/Kconfig
@@ -372,9 +372,9 @@ config SND_SGALAXY
372 372
373config SND_SSCAPE 373config SND_SSCAPE
374 tristate "Ensoniq SoundScape driver" 374 tristate "Ensoniq SoundScape driver"
375 select SND_HWDEP
376 select SND_MPU401_UART 375 select SND_MPU401_UART
377 select SND_WSS_LIB 376 select SND_WSS_LIB
377 select FW_LOADER
378 help 378 help
379 Say Y here to include support for Ensoniq SoundScape 379 Say Y here to include support for Ensoniq SoundScape
380 and Ensoniq OEM soundcards. 380 and Ensoniq OEM soundcards.
@@ -382,7 +382,11 @@ config SND_SSCAPE
382 The PCM audio is supported on SoundScape Classic, Elite, PnP 382 The PCM audio is supported on SoundScape Classic, Elite, PnP
383 and VIVO cards. The supported OEM cards are SPEA Media FX and 383 and VIVO cards. The supported OEM cards are SPEA Media FX and
384 Reveal SC-600. 384 Reveal SC-600.
385 The MIDI support is very experimental. 385 The MIDI support is very experimental and requires binary
386 firmware files called "scope.cod" and "sndscape.co?" where the
387 ? is digit 0, 1, 2, 3 or 4. The firmware files can be found
388 in DOS or Windows driver packages. One has to put the firmware
389 files into the /lib/firmware directory.
386 390
387 To compile this driver as a module, choose M here: the module 391 To compile this driver as a module, choose M here: the module
388 will be called snd-sscape. 392 will be called snd-sscape.