Skip to content

Commit cfe7fd0

Browse files
Srinivas-Kandagatlagregkh
authored andcommitted
ASoC: qcom: q6afe-dai: fix Display Port Playback stream name
commit 4f3fcf5f6dc8ab561e152c8747fd7e502b32266c upstream. With recent changes to add more display ports did not change the Stream name in q6afe-dai. This results in below error "ASoC: Failed to add route DISPLAY_PORT_RX -> Display Port Playback(*)" and sound card fails to probe. Fix this by adding correct stream name. Fixes: 90848a2557fe ("ASoC: qcom: q6dsp: add support to more display ports") Reported-by: Amit Pundir <[email protected]> Signed-off-by: Srinivas Kandagatla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent fbf4538 commit cfe7fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/qcom/qdsp6/q6afe-dai.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ static int q6afe_mi2s_set_sysclk(struct snd_soc_dai *dai,
496496

497497
static const struct snd_soc_dapm_route q6afe_dapm_routes[] = {
498498
{"HDMI Playback", NULL, "HDMI_RX"},
499-
{"Display Port Playback", NULL, "DISPLAY_PORT_RX"},
499+
{"DISPLAY_PORT_RX_0 Playback", NULL, "DISPLAY_PORT_RX"},
500500
{"Slimbus Playback", NULL, "SLIMBUS_0_RX"},
501501
{"Slimbus1 Playback", NULL, "SLIMBUS_1_RX"},
502502
{"Slimbus2 Playback", NULL, "SLIMBUS_2_RX"},

0 commit comments

Comments
 (0)