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

Commit 4e96f9d1 authored by Banajit Goswami's avatar Banajit Goswami
Browse files

ASoC: msm: qdsp6v2: update DAI link's be_id to id



The "be_id" field in Backend Dai-link has been updated with
"id". Update the same to reflect the change in MSM compressed
driver.
This change is in accordance with the upstream changes
in ASoC between Linux-4.4 and Linux-4.9 versions.

Change-Id: I99879a8ab4b0719c672c4cdae68acbca99002f67
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
parent 98e1dcde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1145,7 +1145,7 @@ static int msm_compr_configure_dsp_for_playback
		}
		prtd->gapless_state.stream_opened[stream_index] = 1;

		pr_debug("%s: BE id %d\n", __func__, soc_prtd->dai_link->be_id);
		pr_debug("%s: BE id %d\n", __func__, soc_prtd->dai_link->id);
		ret = msm_pcm_routing_reg_phy_stream(soc_prtd->dai_link->id,
				ac->perf_mode,
				prtd->session_id,