alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: wm0010: Fix passthrough routing
@ 2012-08-23 16:51 Mark Brown
  0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2012-08-23 16:51 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: alsa-devel, patches, Mark Brown

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/codecs/wm0010.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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)
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-23 16:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-23 16:51 [PATCH] ASoC: wm0010: Fix passthrough routing Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).