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

Commit 98cdae43 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm8994: Add support for listen using CPE"

parents 2c011d6a 5c6fa66b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -278,6 +278,7 @@ config SND_SOC_MSM8994
	select SND_SOC_WCD9330
	select SND_SOC_MSM_HDMI_CODEC_RX
	select QTI_PP
	select SND_SOC_CPE
	help
	 To add support for SoC audio on MSM8994.
	 This will enable sound soc drivers which
+14 −0
Original line number Diff line number Diff line
@@ -2561,6 +2561,20 @@ static struct snd_soc_dai_link msm8994_common_dai_links[] = {
		 /* this dainlink has playback support */
		.be_id = MSM_FRONTEND_DAI_MULTIMEDIA16,
	},
	/* CPE LSM direct dai-link */
	{
		.name = "CPE Listen service",
		.stream_name = "CPE Listen Audio Service",
		.cpu_dai_name = "CPE_LSM_NOHOST",
		.platform_name = "msm-cpe-lsm",
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
			    SND_SOC_DPCM_TRIGGER_POST },
		.no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
		.ignore_suspend = 1,
		.ignore_pmdown_time = 1,
		.codec_dai_name = "tomtom_mad1",
		.codec_name = "tomtom_codec",
	},
	/* End of FE DAI LINK */
	/* Backend FM DAI Links */
	{