[alsa-devel] [PATCH] gusextreme: Fix build errors
gusextreme depends on opl3 support. Add the approriate select to Kconfig. Also remove the unnecessary hwdep select.
Relevant build errors: ERROR: "snd_opl3_hwdep_new" [sound/isa/gus/snd-gusextreme.ko] undefined! ERROR: "snd_opl3_create" [sound/isa/gus/snd-gusextreme.ko] undefined!
Signed-off-by: Ville Syrjala syrjala@sci.fi --- sound/isa/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index 660beb4..ce0aa04 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig @@ -211,7 +211,7 @@ config SND_GUSCLASSIC
config SND_GUSEXTREME tristate "Gravis UltraSound Extreme" - select SND_HWDEP + select SND_OPL3_LIB select SND_MPU401_UART select SND_PCM help
At Sun, 9 Nov 2008 20:32:40 +0200, Ville Syrjala wrote:
gusextreme depends on opl3 support. Add the approriate select to Kconfig. Also remove the unnecessary hwdep select.
Relevant build errors: ERROR: "snd_opl3_hwdep_new" [sound/isa/gus/snd-gusextreme.ko] undefined! ERROR: "snd_opl3_create" [sound/isa/gus/snd-gusextreme.ko] undefined!
Signed-off-by: Ville Syrjala syrjala@sci.fi
Applied. Thanks.
Takashi
sound/isa/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index 660beb4..ce0aa04 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig @@ -211,7 +211,7 @@ config SND_GUSCLASSIC
config SND_GUSEXTREME tristate "Gravis UltraSound Extreme"
- select SND_HWDEP
- select SND_OPL3_LIB select SND_MPU401_UART select SND_PCM help
-- 1.5.6.4
Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
participants (2)
-
Takashi Iwai
-
Ville Syrjala