diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-09-23 19:54:06 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-09-23 19:54:06 +0200 |
commit | 2c9ee33d37a6f3808c4319f0849671fafa8a6f4c (patch) | |
tree | 2047f0a8460d7df8d9c96e6924be0bc97ae5d403 /sound/soc/codecs/wm8753.c | |
parent | ASoC: Blackfin I2S: use dai state rather than local counter (diff) | |
parent | ASoC: DaVinci: Correct McASP FIFO initialization (diff) | |
download | linux-2c9ee33d37a6f3808c4319f0849671fafa8a6f4c.tar.xz linux-2c9ee33d37a6f3808c4319f0849671fafa8a6f4c.zip |
Merge branch 'for-2.6.32' into for-2.6.33
Diffstat (limited to 'sound/soc/codecs/wm8753.c')
-rw-r--r-- | sound/soc/codecs/wm8753.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c index f60f3a02d1f8..9b27efb052fe 100644 --- a/sound/soc/codecs/wm8753.c +++ b/sound/soc/codecs/wm8753.c @@ -595,6 +595,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"}, |