Loading asoc/lahaina.c +12 −0 Original line number Diff line number Diff line Loading @@ -6374,6 +6374,18 @@ static struct snd_soc_dai_link msm_common_misc_fe_dai_links[] = { .id = MSM_FRONTEND_DAI_MULTIMEDIA10, SND_SOC_DAILINK_REG(multimedia10), }, {/* hw:x,44 */ .name = "Secondary MI2S_TX Hostless", .stream_name = "Secondary MI2S_TX Hostless Capture", .dynamic = 1, .dpcm_capture = 1, .trigger = {SND_SOC_DPCM_TRIGGER_POST, SND_SOC_DPCM_TRIGGER_POST}, .no_host_mode = SND_SOC_DAI_LINK_NO_HOST, .ignore_suspend = 1, .ignore_pmdown_time = 1, SND_SOC_DAILINK_REG(sec_mi2s_tx_hostless), }, }; static struct snd_soc_dai_link msm_common_be_dai_links[] = { Loading Loading
asoc/lahaina.c +12 −0 Original line number Diff line number Diff line Loading @@ -6374,6 +6374,18 @@ static struct snd_soc_dai_link msm_common_misc_fe_dai_links[] = { .id = MSM_FRONTEND_DAI_MULTIMEDIA10, SND_SOC_DAILINK_REG(multimedia10), }, {/* hw:x,44 */ .name = "Secondary MI2S_TX Hostless", .stream_name = "Secondary MI2S_TX Hostless Capture", .dynamic = 1, .dpcm_capture = 1, .trigger = {SND_SOC_DPCM_TRIGGER_POST, SND_SOC_DPCM_TRIGGER_POST}, .no_host_mode = SND_SOC_DAI_LINK_NO_HOST, .ignore_suspend = 1, .ignore_pmdown_time = 1, SND_SOC_DAILINK_REG(sec_mi2s_tx_hostless), }, }; static struct snd_soc_dai_link msm_common_be_dai_links[] = { Loading