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

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

Merge "ASoC: msm8226: Add VoIP2 DAI in machine driver"

parents 8eba6ff0 9df39ef1
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -1317,6 +1317,19 @@ static struct snd_soc_dai_link msm8226_common_dai[] = {
		.codec_name = "snd-soc-dummy",
		.be_id = MSM_FRONTEND_DAI_QCHAT,
	},
	{/* hw:x,19 */
		.name = "VoIP2",
		.stream_name = "VoIP2",
		.cpu_dai_name   = "VoIP2",
		.platform_name  = "msm-voip-dsp",
		.dynamic = 1,
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
			    SND_SOC_DPCM_TRIGGER_POST},
		.ignore_suspend = 1,
		.ignore_pmdown_time = 1,
		.codec_dai_name = "snd-soc-dummy-dai",
		.codec_name = "snd-soc-dummy",
	},
	/* Backend BT/FM DAI Links */
	{
		.name = LPASS_BE_INT_BT_SCO_RX,