aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-11-21 19:57:11 +0100
committerTakashi Iwai <tiwai@suse.de>2009-11-21 19:57:11 +0100
commitfc08722510494e8185e176713de8c47238512591 (patch)
tree1d307cb52bfc0ac6868a49ff9039f9bf9ec35996
parent7cef4cf1c5e9d81554137f52b96a5ab7f6241cdd (diff)
downloadkernel_samsung_smdk4412-fc08722510494e8185e176713de8c47238512591.zip
kernel_samsung_smdk4412-fc08722510494e8185e176713de8c47238512591.tar.gz
kernel_samsung_smdk4412-fc08722510494e8185e176713de8c47238512591.tar.bz2
ALSA: hda - Fix input and jack Kconfig depenencies
CONFIG_SND_JACK needs to be selected explicitly only when INPUT=y or INPUT_SND. The current way, INPUT=SND_HDA_INTEL isn't strict enough. Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/hda/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig
index 25ae10e..556cff9 100644
--- a/sound/pci/hda/Kconfig
+++ b/sound/pci/hda/Kconfig
@@ -51,7 +51,7 @@ config SND_HDA_INPUT_BEEP_MODE
config SND_HDA_INPUT_JACK
bool "Support jack plugging notification via input layer"
- depends on INPUT=y || INPUT=SND_HDA_INTEL
+ depends on INPUT=y || INPUT=SND
select SND_JACK
help
Say Y here to enable the jack plugging notification via