From 0b79572de77aad2d0ac78bf578646cd0b25285c9 Mon Sep 17 00:00:00 2001 From: Todd Doucet Date: Wed, 10 Mar 2010 13:59:58 -0500 Subject: Added missing codec connection entry in Wolfson WM8753 codec driver. 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. --- sound/soc/codecs/wm8753.c | 1 + 1 file changed, 1 insertion(+) 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"}, -- cgit v1.2.3