summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorCharles Keepax2013-12-17 14:16:16 +0100
committerMark Brown2013-12-17 14:51:12 +0100
commit280484e708a3cc38fe6807718caa460e744c0b20 (patch)
tree95b72db772698e4c08c49039061c833e8bf71d4d /sound/soc
parentLinux 3.13-rc1 (diff)
downloadkernel-qcow2-linux-280484e708a3cc38fe6807718caa460e744c0b20.tar.gz
kernel-qcow2-linux-280484e708a3cc38fe6807718caa460e744c0b20.tar.xz
kernel-qcow2-linux-280484e708a3cc38fe6807718caa460e744c0b20.zip
ASoC: wm5110: Correct HPOUT3 DAPM route typo
Reported-by: Kyung-Kwee Ryu <kyung-kwee.ryu@wolfsonmicro.com> Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org> Cc: stable@vger.kernel.org
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/wm5110.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm5110.c b/sound/soc/codecs/wm5110.c
index c3c7396a6181..b3d0b284cca1 100644
--- a/sound/soc/codecs/wm5110.c
+++ b/sound/soc/codecs/wm5110.c
@@ -1037,7 +1037,7 @@ static const struct snd_soc_dapm_route wm5110_dapm_routes[] = {
{ "AEC Loopback", "HPOUT3L", "OUT3L" },
{ "AEC Loopback", "HPOUT3R", "OUT3R" },
{ "HPOUT3L", NULL, "OUT3L" },
- { "HPOUT3R", NULL, "OUT3L" },
+ { "HPOUT3R", NULL, "OUT3R" },
{ "AEC Loopback", "SPKOUTL", "OUT4L" },
{ "SPKOUTLN", NULL, "OUT4L" },