Skip to content

Commit

Permalink
ASoC: wm0010: Fix passthrough routing
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Aug 25, 2012
1 parent e3523e0 commit 1549c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/soc/codecs/wm0010.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1549c34

Please sign in to comment.