summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8753.c
diff options
context:
space:
mode:
authorTodd Doucet <todd.doucet@timesys.com>2010-03-10 13:59:58 -0500
committerTodd Doucet <todd.doucet@timesys.com>2010-03-10 13:59:58 -0500
commit0b79572de77aad2d0ac78bf578646cd0b25285c9 (patch)
treeda1f8e6e4bd5674f31417affb960c940d8c8ccbd /sound/soc/codecs/wm8753.c
parent5fdd1c7836674359b48ddeea5e5e1052191988cb (diff)
Added missing codec connection entry in Wolfson WM8753 codec driver.2.6.28-ccwmx51js-201003101359
This missing entry is present in more recent versions of the codec driver. It is necessary in order to have the codec driver power up the left ADC under some circumstances.
Diffstat (limited to 'sound/soc/codecs/wm8753.c')
-rw-r--r--sound/soc/codecs/wm8753.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c
index c668d094fffd..db74313f7fb8 100644
--- a/sound/soc/codecs/wm8753.c
+++ b/sound/soc/codecs/wm8753.c
@@ -610,6 +610,7 @@ static const struct snd_soc_dapm_route audio_map[] = {
/* Mono Capture mixer-mux */
{"Capture Right Mixer", "Stereo", "Capture Right Mux"},
+ {"Capture Left Mixer", "Stereo", "Capture Left Mux"},
{"Capture Left Mixer", "Analogue Mix Left", "Capture Left Mux"},
{"Capture Left Mixer", "Analogue Mix Left", "Capture Right Mux"},
{"Capture Right Mixer", "Analogue Mix Right", "Capture Left Mux"},