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: Karthikeyan Mani <kmani@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
f3bb8188ef
commit
2176abc150
13
asoc/kona.c
13
asoc/kona.c
@@ -5699,6 +5699,19 @@ static struct snd_soc_dai_link msm_common_misc_fe_dai_links[] = {
|
|||||||
.codec_dai_name = "snd-soc-dummy-dai",
|
.codec_dai_name = "snd-soc-dummy-dai",
|
||||||
.codec_name = "snd-soc-dummy",
|
.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[] = {
|
static struct snd_soc_dai_link msm_common_be_dai_links[] = {
|
||||||
|
Reference in New Issue
Block a user