asoc: sm8150: add dai link for dp audio multi stream transport
Add dai link with the newly added BE codec dai and the same AFE CPU dai to support another stream for dp audio. Change-Id: I747107441a310e5e768dc9757093c7bba424a0d7 Signed-off-by: Karthikeyan Mani <kmani@codeaurora.org>
This commit is contained in:
parent
5755008e6d
commit
29dfffc4b2
1 changed files with 15 additions and 0 deletions
|
@ -6333,6 +6333,21 @@ static struct snd_soc_dai_link ext_disp_be_dai_link[] = {
|
|||
.ignore_pmdown_time = 1,
|
||||
.ignore_suspend = 1,
|
||||
},
|
||||
/* DISP PORT 1 BACK END DAI Link */
|
||||
{
|
||||
.name = LPASS_BE_DISPLAY_PORT1,
|
||||
.stream_name = "Display Port1 Playback",
|
||||
.cpu_dai_name = "msm-dai-q6-dp.24608",
|
||||
.platform_name = "msm-pcm-routing",
|
||||
.codec_name = "msm-ext-disp-audio-codec-rx",
|
||||
.codec_dai_name = "msm_dp_audio_codec_rx1_dai",
|
||||
.no_pcm = 1,
|
||||
.dpcm_playback = 1,
|
||||
.id = MSM_BACKEND_DAI_DISPLAY_PORT_RX_1,
|
||||
.be_hw_params_fixup = msm_be_hw_params_fixup,
|
||||
.ignore_pmdown_time = 1,
|
||||
.ignore_suspend = 1,
|
||||
},
|
||||
};
|
||||
|
||||
static struct snd_soc_dai_link msm_mi2s_be_dai_links[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue