projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f83fba8
)
ASoC: TWL4030: Fix Analog capture path for AUXR
author
Peter Ujfalusi
<peter.ujfalusi@nokia.com>
Tue, 19 May 2009 07:51:03 +0000
(10:51 +0300)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 19 May 2009 08:38:57 +0000
(09:38 +0100)
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>
sound/soc/codecs/twl4030.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/twl4030.c
b/sound/soc/codecs/twl4030.c
index e4d683daa450fa1416cafbdabeec2abeaf49c69b..abf691493f433521e12ef8fc68450689ae15b05c 100644
(file)
--- 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[] = {
/* Right analog microphone selection */
static const struct snd_kcontrol_new twl4030_dapm_analogrmic_controls[] = {
SOC_DAPM_SINGLE("Sub mic", TWL4030_REG_ANAMICR, 0, 1, 0),
- SOC_DAPM_SINGLE("AUXR", TWL4030_REG_ANAMICR,
1
, 1, 0),
+ SOC_DAPM_SINGLE("AUXR", TWL4030_REG_ANAMICR,
2
, 1, 0),
};
/* TX1 L/R Analog/Digital microphone selection */