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

Commit acca31d0 authored by Bhalchandra Gajare's avatar Bhalchandra Gajare Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: msm8996: Add backend DAI Link for SLIMBUS_5_TX



SLIMBUS_5_TX is used for low power SVA functionality. Add this backend
DAI LINK to msm8996 machine driver.

Change-Id: I2c5f9f9b87ec502b527d2a463aea81c045a2ad05
Signed-off-by: default avatarBhalchandra Gajare <gajare@codeaurora.org>
parent 37bc52a5
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -3233,6 +3233,21 @@ static struct snd_soc_dai_link msm8996_tasha_be_dai_links[] = {
		.ignore_pmdown_time = 1,
		.ignore_suspend = 1,
	},
	/* MAD BE */
	{
		.name = LPASS_BE_SLIMBUS_5_TX,
		.stream_name = "Slimbus5 Capture",
		.cpu_dai_name = "msm-dai-q6-dev.16395",
		.platform_name = "msm-pcm-routing",
		.codec_name = "tasha_codec",
		.codec_dai_name = "tasha_mad1",
		.no_pcm = 1,
		.dpcm_capture = 1,
		.be_id = MSM_BACKEND_DAI_SLIMBUS_5_TX,
		.be_hw_params_fixup = msm_slim_5_tx_be_hw_params_fixup,
		.ops = &msm8996_be_ops,
		.ignore_suspend = 1,
	},
};

static struct snd_soc_dai_link msm8996_hdmi_dai_link[] = {