summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso@freescale.com>2012-04-10 11:04:10 -0500
committerAdrian Alonso <aalonso@freescale.com>2012-04-11 11:28:46 -0500
commit6da46081f697b383fd96ef192e8378fefac429a4 (patch)
tree56e27073007985eb887ac4e6e1f49c13bf8635f0 /sound
parentb3da51059199479012f19b733d43948045ed2c07 (diff)
ENGR00179367: cs42888 record fix damp routing settings
* Fix cs42888 record DAMP routing settings for ADCx Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/cs42888.c14
1 files changed, 10 insertions, 4 deletions
diff --git a/sound/soc/codecs/cs42888.c b/sound/soc/codecs/cs42888.c
index 86feec2676df..63d244a8d00a 100644
--- a/sound/soc/codecs/cs42888.c
+++ b/sound/soc/codecs/cs42888.c
@@ -478,11 +478,17 @@ static const struct snd_soc_dapm_route audio_map[] = {
{ "AOUT4R", NULL, "PWR" },
/* Capture */
- { "ADC1", NULL, "AIN1L" },
- { "ADC1", NULL, "AIN1R" },
+ { "PWR", NULL, "AIN1L" },
+ { "PWR", NULL, "AIN1R" },
- { "ADC2", NULL, "AIN2L" },
- { "ADC2", NULL, "AIN2R" },
+ { "PWR", NULL, "AIN2L" },
+ { "PWR", NULL, "AIN2R" },
+
+ { "ADC1", NULL, "PWR" },
+ { "ADC1", NULL, "PWR" },
+
+ { "ADC2", NULL, "PWR" },
+ { "ADC2", NULL, "PWR" },
};