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

Commit 2176abc1 authored by Karthikeyan Mani's avatar Karthikeyan Mani Committed by Gerrit - the friendly Code Review server
Browse files

asoc: kona: add headphones equalizer dai link



Add a dai link to get capture data from codec which can
be used for headphones equalizer purpose.

Change-Id: I65181e2991a14cf7bccbe8c738b0d782f6b185b2
Signed-off-by: default avatarKarthikeyan Mani <kmani@codeaurora.org>
parent f3bb8188
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -5699,6 +5699,19 @@ static struct snd_soc_dai_link msm_common_misc_fe_dai_links[] = {
		.codec_dai_name = "snd-soc-dummy-dai",
		.codec_name = "snd-soc-dummy",
	},
	{/* hw:x,39 */
		.name = LPASS_BE_TX_CDC_DMA_TX_5,
		.stream_name = "TX CDC DMA5 Capture",
		.cpu_dai_name = "msm-dai-cdc-dma-dev.45115",
		.platform_name = "msm-pcm-hostless",
		.codec_name = "bolero_codec",
		.codec_dai_name = "tx_macro_tx3",
		.id = MSM_BACKEND_DAI_TX_CDC_DMA_TX_5,
		.be_hw_params_fixup = msm_be_hw_params_fixup,
		.ignore_suspend = 1,
		.no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
		.ops = &msm_cdc_dma_be_ops,
	},
};

static struct snd_soc_dai_link msm_common_be_dai_links[] = {