From: Mark Brown Date: Thu, 23 Aug 2012 16:50:52 +0000 (+0100) Subject: ASoC: wm0010: Fix passthrough routing X-Git-Tag: v3.7-rc2~30^2~1^2~156 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1549c34bfdf3dc29b769c803f6cfdc53dfc67f93;p=platform%2Fkernel%2Flinux-stable.git ASoC: wm0010: Fix passthrough routing Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm0010.c b/sound/soc/codecs/wm0010.c index 8e0b6d6..e1315e0 100644 --- a/sound/soc/codecs/wm0010.c +++ b/sound/soc/codecs/wm0010.c @@ -119,7 +119,8 @@ struct wm0010_spi_msg { }; static const struct snd_soc_dapm_route wm0010_dapm_routes[] = { - { "SDI2 Playback", NULL, "SDI1 Playback" }, + { "SDI2 Capture", NULL, "SDI1 Playback" }, + { "SDI1 Capture", NULL, "SDI2 Playback" }, }; static const char *wm0010_state_to_str(enum wm0010_state state)