ASoC: qdsp6: q6afe-dai: Add missing Slimbus0 audio route
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Wed, 3 Jul 2019 12:31:02 +0000 (13:31 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 3 Jul 2019 23:03:10 +0000 (00:03 +0100)
For some reason SLIMBus RX0 playback is not added to audio routes.
This patch adds the missing route.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20190703123102.12626-1-srinivas.kandagatla@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/qdsp6/q6afe-dai.c

index dc645ba4d8d0879c7e12aaa3353a64fa78590f8a..c1a7624eaf175f7856401e40b89b7a73d50b6255 100644 (file)
@@ -447,6 +447,7 @@ static int q6afe_mi2s_set_sysclk(struct snd_soc_dai *dai,
 static const struct snd_soc_dapm_route q6afe_dapm_routes[] = {
        {"HDMI Playback", NULL, "HDMI_RX"},
        {"Display Port Playback", NULL, "DISPLAY_PORT_RX"},
+       {"Slimbus Playback", NULL, "SLIMBUS_0_RX"},
        {"Slimbus1 Playback", NULL, "SLIMBUS_1_RX"},
        {"Slimbus2 Playback", NULL, "SLIMBUS_2_RX"},
        {"Slimbus3 Playback", NULL, "SLIMBUS_3_RX"},