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

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

Merge "ASoC: msm: Machine driver async ops change"

parents 4c6db9eb 960219cd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1530,6 +1530,7 @@ static struct snd_soc_dai_link msm8x16_dai[] = {
		.cpu_dai_name	= "MultiMedia1",
		.platform_name  = "msm-pcm-dsp.0",
		.dynamic = 1,
		.async_ops = ASYNC_DPCM_SND_SOC_PREPARE,
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
			SND_SOC_DPCM_TRIGGER_POST},
		.codec_dai_name = "snd-soc-dummy-dai",
@@ -1701,6 +1702,7 @@ static struct snd_soc_dai_link msm8x16_dai[] = {
		.cpu_dai_name   = "MultiMedia5",
		.platform_name  = "msm-pcm-dsp.1",
		.dynamic = 1,
		.async_ops = ASYNC_DPCM_SND_SOC_PREPARE,
		.codec_dai_name = "snd-soc-dummy-dai",
		.codec_name = "snd-soc-dummy",
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
@@ -1944,6 +1946,7 @@ static struct snd_soc_dai_link msm8x16_dai[] = {
		.codec_name     = "tombak_codec",
		.codec_dai_name = "msm8x16_wcd_i2s_tx1",
		.no_pcm = 1,
		.async_ops = ASYNC_DPCM_SND_SOC_PREPARE,
		.be_id = MSM_BACKEND_DAI_TERTIARY_MI2S_TX,
		.be_hw_params_fixup = msm_tx_be_hw_params_fixup,
		.ops = &msm8x16_mi2s_be_ops,