diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-23 12:50:52 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-25 08:51:33 -0400 |
commit | 1549c34bfdf3dc29b769c803f6cfdc53dfc67f93 (patch) | |
tree | 546e819dfce56c6db66adb43e3b9266a716f267a /sound | |
parent | e3523e01869da20fdd12ffd19ae1df7bf492650e (diff) |
ASoC: wm0010: Fix passthrough routing
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm0010.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm0010.c b/sound/soc/codecs/wm0010.c index 8e0b6d6bffaf..e1315e0e7856 100644 --- a/sound/soc/codecs/wm0010.c +++ b/sound/soc/codecs/wm0010.c | |||
@@ -119,7 +119,8 @@ struct wm0010_spi_msg { | |||
119 | }; | 119 | }; |
120 | 120 | ||
121 | static const struct snd_soc_dapm_route wm0010_dapm_routes[] = { | 121 | static const struct snd_soc_dapm_route wm0010_dapm_routes[] = { |
122 | { "SDI2 Playback", NULL, "SDI1 Playback" }, | 122 | { "SDI2 Capture", NULL, "SDI1 Playback" }, |
123 | { "SDI1 Capture", NULL, "SDI2 Playback" }, | ||
123 | }; | 124 | }; |
124 | 125 | ||
125 | static const char *wm0010_state_to_str(enum wm0010_state state) | 126 | static const char *wm0010_state_to_str(enum wm0010_state state) |