Skip to content

Commit

Permalink
ASoC: tlv320aic3x: add deemphasis switch
Browse files Browse the repository at this point in the history
This patch adds missing deemphasis switch.

Signed-off-by: Jiri Prchal <jiri.prchal@aksignal.cz>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Jiri Prchal authored and Mark Brown committed Jul 9, 2012
1 parent bc9dce5 commit 7744419
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sound/soc/codecs/tlv320aic3x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 7744419

Please sign in to comment.