aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-11 18:00:31 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-11 18:00:31 +0100
commitca62bed0bbf9baf88d8bb404d72dee3b44ef057e (patch)
tree9f3c3ad80bb6b5127d0f0da4470bcfd6b072c54a /sound
parentMerge remote-tracking branch 'asoc/fix/tegra' into tmp (diff)
parentASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is running (diff)
downloadlinux-dev-ca62bed0bbf9baf88d8bb404d72dee3b44ef057e.tar.xz
linux-dev-ca62bed0bbf9baf88d8bb404d72dee3b44ef057e.zip
Merge remote-tracking branch 'asoc/fix/wm8903' into tmp
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm8903.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8903.c b/sound/soc/codecs/wm8903.c
index 134e41c870b9..f8a31ad0b203 100644
--- a/sound/soc/codecs/wm8903.c
+++ b/sound/soc/codecs/wm8903.c
@@ -1083,6 +1083,8 @@ static const struct snd_soc_dapm_route wm8903_intercon[] = {
{ "ROP", NULL, "Right Speaker PGA" },
{ "RON", NULL, "Right Speaker PGA" },
+ { "Charge Pump", NULL, "CLK_DSP" },
+
{ "Left Headphone Output PGA", NULL, "Charge Pump" },
{ "Right Headphone Output PGA", NULL, "Charge Pump" },
{ "Left Line Output PGA", NULL, "Charge Pump" },