diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2006-11-06 09:18:34 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 09:01:14 +0100 |
commit | de66d53e46f39de6ea3261609fdb92900bb34a42 (patch) | |
tree | 5d1530a9e52e51784ca0fd59619ffc4aa41020fc /sound/isa/Kconfig | |
parent | 219e281f4627a395aaceff0e4a257cd18608e145 (diff) | |
download | linux-de66d53e46f39de6ea3261609fdb92900bb34a42.tar.bz2 |
[ALSA] sb16: add request_firmware()
Load the CSP programs using request_firmware(), if possible, instead of
using the built-in firmware blobs.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/isa/Kconfig')
-rw-r--r-- | sound/isa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index 57371f1a441f..565ed2add38b 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig @@ -358,6 +358,7 @@ config SND_SBAWE config SND_SB16_CSP bool "Sound Blaster 16/AWE CSP support" depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC) + select FW_LOADER help Say Y here to include support for the CSP core. This special coprocessor can do variable tasks like various compression and |