[alsa-devel] [PATCH 15/19] ASoC: upd9976: add mute switch for analog
Lu Guanqun
guanqun.lu at intel.com
Wed May 4 15:46:09 CEST 2011
Signed-off-by: Lu Guanqun <guanqun.lu at intel.com>
---
sound/soc/codecs/upd9976.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/sound/soc/codecs/upd9976.c b/sound/soc/codecs/upd9976.c
index a8f9e4a..f345db1 100644
--- a/sound/soc/codecs/upd9976.c
+++ b/sound/soc/codecs/upd9976.c
@@ -115,6 +115,8 @@ static const struct snd_kcontrol_new upd9976_snd_controls[] = {
UPD9976_HPSPRLVOL, UPD9976_HPSPRRVOL,
0, 0x1f, 1, mixer_tlv),
SOC_SINGLE("Internal Mic Switch", UPD9976_DMICCTRL1, 6, 1, 0),
+ SOC_DOUBLE_R("Analog Mic Switch", UPD9976_LILSEL, UPD9976_LIRSEL,
+ 6, 1, 0),
};
static const struct snd_kcontrol_new upd9976_hp_spkr_mixer_left_controls[] = {
More information about the Alsa-devel
mailing list