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

Commit 039bc493 authored by Shashi Kant Maurya's avatar Shashi Kant Maurya
Browse files

asoc: sdm660: Correct the dev_id for hdmi backend.



To allign with audio-drivers.lnx.4.0 hdmi dev-id, Correct
the dev_id for hdmi backend on SDM660.

Signed-off-by: default avatarShashi Kant Maurya <smaury@codeaurora.org>
Change-Id: Ib002293e3e60d71ee723ff589467dde61a02f936
parent e220496f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1814,7 +1814,7 @@ static struct snd_soc_dai_link ext_disp_be_dai_link[] = {
	{
		.name = LPASS_BE_DISPLAY_PORT,
		.stream_name = "Display Port Playback",
		.cpu_dai_name = "msm-dai-q6-dp.24608",
		.cpu_dai_name = "msm-dai-q6-dp.0",
		.platform_name = "msm-pcm-routing",
		.codec_name = "msm-ext-disp-audio-codec-rx",
		.codec_dai_name = "msm_dp_audio_codec_rx_dai",
+1 −1
Original line number Diff line number Diff line
@@ -2973,7 +2973,7 @@ static struct snd_soc_dai_link ext_disp_be_dai_link[] = {
	{
		.name = LPASS_BE_DISPLAY_PORT,
		.stream_name = "Display Port Playback",
		.cpu_dai_name = "msm-dai-q6-dp.24608",
		.cpu_dai_name = "msm-dai-q6-dp.0",
		.platform_name = "msm-pcm-routing",
		.codec_name = "msm-ext-disp-audio-codec-rx",
		.codec_dai_name = "msm_dp_audio_codec_rx_dai",