Merge "asoc: lahaina: add fe proxy port for hearing aid"

This commit is contained in:
qctecmdr
2020-05-14 22:04:36 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 12 additions and 0 deletions

View File

@@ -5934,6 +5934,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[] = {