ASoC: wm0010: Fix passthrough routing

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Mark Brown 2012-08-23 17:50:52 +01:00
parent e3523e0186
commit 1549c34bfd
1 changed files with 2 additions and 1 deletions

View File

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