diff options
author | Peter Ujfalusi <peter.ujfalusi@nokia.com> | 2009-05-19 03:51:03 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-05-19 04:38:57 -0400 |
commit | 181da78cd048ce866b05a2e0208ea09d2f80e721 (patch) | |
tree | 4189ca590a8b549cb152c46ff093bb9918480f49 /sound/soc | |
parent | f83fba8baab9e95fff0fe2be0e1e32a1650bdd7f (diff) |
ASoC: TWL4030: Fix Analog capture path for AUXR
AUXR is selected by bit 2 and not by bit 1 in the ANAMICR register.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/twl4030.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c index e4d683daa450..abf691493f43 100644 --- a/sound/soc/codecs/twl4030.c +++ b/sound/soc/codecs/twl4030.c | |||
@@ -432,7 +432,7 @@ static const struct snd_kcontrol_new twl4030_dapm_analoglmic_controls[] = { | |||
432 | /* Right analog microphone selection */ | 432 | /* Right analog microphone selection */ |
433 | static const struct snd_kcontrol_new twl4030_dapm_analogrmic_controls[] = { | 433 | static const struct snd_kcontrol_new twl4030_dapm_analogrmic_controls[] = { |
434 | SOC_DAPM_SINGLE("Sub mic", TWL4030_REG_ANAMICR, 0, 1, 0), | 434 | SOC_DAPM_SINGLE("Sub mic", TWL4030_REG_ANAMICR, 0, 1, 0), |
435 | SOC_DAPM_SINGLE("AUXR", TWL4030_REG_ANAMICR, 1, 1, 0), | 435 | SOC_DAPM_SINGLE("AUXR", TWL4030_REG_ANAMICR, 2, 1, 0), |
436 | }; | 436 | }; |
437 | 437 | ||
438 | /* TX1 L/R Analog/Digital microphone selection */ | 438 | /* TX1 L/R Analog/Digital microphone selection */ |