diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2006-11-06 03:21:58 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:01:16 -0500 |
commit | 226968c7afd464b794f34f9ea8cb4bcfe48447dc (patch) | |
tree | 7f9f2e5651ad8b42f01d78c08f1b3b6c5e26be75 /sound/isa/Kconfig | |
parent | 59540fe85924ecb7b9760ab422cffaea0c3ce43a (diff) |
[ALSA] wavefront: add request_firmware()
Load the YSS225 register initialization data using request_firmware(),
if possible, instead of using the built-in data blob.
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 565ed2add38b..4e3a9729f569 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -391,6 +391,7 @@ config SND_SSCAPE | |||
391 | config SND_WAVEFRONT | 391 | config SND_WAVEFRONT |
392 | tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)" | 392 | tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)" |
393 | depends on SND | 393 | depends on SND |
394 | select FW_LOADER | ||
394 | select SND_OPL3_LIB | 395 | select SND_OPL3_LIB |
395 | select SND_MPU401_UART | 396 | select SND_MPU401_UART |
396 | select SND_CS4231_LIB | 397 | select SND_CS4231_LIB |