aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm5110.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2013-08-12 06:33:32 -0400
committerMark Brown <broonie@linaro.org>2013-08-12 06:56:13 -0400
commite7edb2731bf8e00aaeb7d20800ae108068618f63 (patch)
treebf284c2959fc6a86dc6ad694b9b6e2ed9a274dd0 /sound/soc/codecs/wm5110.c
parentc7f3843575eac1eea1fbda2f6b61d36627fa8f7c (diff)
ASoC: arizona: Add widget<->mux route into mux route macro
The routes linking the widget and the input mux were being added manually, rather than by the ARIZONA_MUX_ROUTES macro. This patchs adds the routes to the macro. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/wm5110.c')
-rw-r--r--sound/soc/codecs/wm5110.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm5110.c b/sound/soc/codecs/wm5110.c
index 77fd531bf3cc..38e50c81a953 100644
--- a/sound/soc/codecs/wm5110.c
+++ b/sound/soc/codecs/wm5110.c
@@ -978,10 +978,10 @@ static const struct snd_soc_dapm_route wm5110_dapm_routes[] = {
978 ARIZONA_MIXER_ROUTES("LHPF3", "LHPF3"), 978 ARIZONA_MIXER_ROUTES("LHPF3", "LHPF3"),
979 ARIZONA_MIXER_ROUTES("LHPF4", "LHPF4"), 979 ARIZONA_MIXER_ROUTES("LHPF4", "LHPF4"),
980 980
981 ARIZONA_MUX_ROUTES("ASRC1L"), 981 ARIZONA_MUX_ROUTES("ASRC1L", "ASRC1L"),
982 ARIZONA_MUX_ROUTES("ASRC1R"), 982 ARIZONA_MUX_ROUTES("ASRC1R", "ASRC1R"),
983 ARIZONA_MUX_ROUTES("ASRC2L"), 983 ARIZONA_MUX_ROUTES("ASRC2L", "ASRC2L"),
984 ARIZONA_MUX_ROUTES("ASRC2R"), 984 ARIZONA_MUX_ROUTES("ASRC2R", "ASRC2R"),
985 985
986 { "HPOUT1L", NULL, "OUT1L" }, 986 { "HPOUT1L", NULL, "OUT1L" },
987 { "HPOUT1R", NULL, "OUT1R" }, 987 { "HPOUT1R", NULL, "OUT1R" },