asoc: lahaina: add fe proxy port for hearing aid

Add machine driver changes for hearing aid proxy port.

Change-Id: Ifea67953d52021d7e453f9a73c7b1096f606c960
Signed-off-by: Zhou Song <zhous@codeaurora.org>
This commit is contained in:
Zhou Song
2020-03-22 18:10:42 +08:00
parent 97f880b379
commit b7d49daf3b
2 changed files with 12 additions and 0 deletions

View File

@@ -5904,6 +5904,13 @@ static struct snd_soc_dai_link msm_common_misc_fe_dai_links[] = {
.id = MSM_FRONTEND_DAI_MULTIMEDIA32,
SND_SOC_DAILINK_REG(multimedia32),
},
{/* hw:x,42 */
.name = "MSM AFE-PCM TX1",
.stream_name = "AFE-PROXY TX1",
.dpcm_capture = 1,
.ignore_suspend = 1,
SND_SOC_DAILINK_REG(afepcm_tx1),
},
};
static struct snd_soc_dai_link msm_common_be_dai_links[] = {