summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/wm0010.c3
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 {
};
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)