diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2010-09-09 12:20:29 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-09-09 10:53:30 +0200 |
commit | 435feac648cab190990aa0bf9355f77d1f082db3 (patch) | |
tree | 28e02199d1c50391e3b883253b37ecb7f8154690 /sound/pci/Kconfig | |
parent | 9bac84edf0360ac94a27308778ef98dc9068777c (diff) | |
download | op-kernel-dev-435feac648cab190990aa0bf9355f77d1f082db3.zip op-kernel-dev-435feac648cab190990aa0bf9355f77d1f082db3.tar.gz |
ALSA: virtuoso: add Xonar DS headphone jack detection
Now that the polarity of the headphone detection pin is known, replace
the debugging message with a proper jack plug input device.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index e7a8cd0..b40f2b8 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -817,6 +817,7 @@ config SND_VIA82XX_MODEM config SND_VIRTUOSO tristate "Asus Virtuoso 100/200 (Xonar)" select SND_OXYGEN_LIB + select SND_JACK if INPUT=y || INPUT=SND help Say Y here to include support for sound cards based on the Asus AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, |