Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1549c34b authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: wm0010: Fix passthrough routing

parent e3523e01
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)