From: Jiri Prchal Date: Mon, 9 Jul 2012 07:48:44 +0000 (+0200) Subject: ASoC: tlv320aic3x: add deemphasis switch X-Git-Tag: v3.6-rc1~117^2~4^2~13 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=774441915de8402103ffe5bf68656f160fefc86f;p=~emulex%2Finfiniband.git ASoC: tlv320aic3x: add deemphasis switch This patch adds missing deemphasis switch. Signed-off-by: Jiri Prchal Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c index 174de665056..7933b8c720a 100644 --- a/sound/soc/codecs/tlv320aic3x.c +++ b/sound/soc/codecs/tlv320aic3x.c @@ -356,6 +356,9 @@ static const struct snd_kcontrol_new aic3x_snd_controls[] = { */ SOC_DOUBLE_R("AGC Switch", LAGC_CTRL_A, RAGC_CTRL_A, 7, 0x01, 0), + /* De-emphasis */ + SOC_DOUBLE("De-emphasis Switch", AIC3X_CODEC_DFILT_CTRL, 2, 0, 0x01, 0), + /* Input */ SOC_DOUBLE_R_TLV("PGA Capture Volume", LADC_VOL, RADC_VOL, 0, 119, 0, adc_tlv),