Loading sound/soc/msm/Kconfig +1 −0 Original line number Diff line number Diff line Loading @@ -278,6 +278,7 @@ config SND_SOC_MSM8994 select SND_SOC_WCD9330 select SND_SOC_MSM_HDMI_CODEC_RX select QTI_PP select SND_SOC_CPE help To add support for SoC audio on MSM8994. This will enable sound soc drivers which Loading sound/soc/msm/msm8994.c +14 −0 Original line number Diff line number Diff line Loading @@ -2561,6 +2561,20 @@ static struct snd_soc_dai_link msm8994_common_dai_links[] = { /* this dainlink has playback support */ .be_id = MSM_FRONTEND_DAI_MULTIMEDIA16, }, /* CPE LSM direct dai-link */ { .name = "CPE Listen service", .stream_name = "CPE Listen Audio Service", .cpu_dai_name = "CPE_LSM_NOHOST", .platform_name = "msm-cpe-lsm", .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, .codec_dai_name = "tomtom_mad1", .codec_name = "tomtom_codec", }, /* End of FE DAI LINK */ /* Backend FM DAI Links */ { Loading Loading
sound/soc/msm/Kconfig +1 −0 Original line number Diff line number Diff line Loading @@ -278,6 +278,7 @@ config SND_SOC_MSM8994 select SND_SOC_WCD9330 select SND_SOC_MSM_HDMI_CODEC_RX select QTI_PP select SND_SOC_CPE help To add support for SoC audio on MSM8994. This will enable sound soc drivers which Loading
sound/soc/msm/msm8994.c +14 −0 Original line number Diff line number Diff line Loading @@ -2561,6 +2561,20 @@ static struct snd_soc_dai_link msm8994_common_dai_links[] = { /* this dainlink has playback support */ .be_id = MSM_FRONTEND_DAI_MULTIMEDIA16, }, /* CPE LSM direct dai-link */ { .name = "CPE Listen service", .stream_name = "CPE Listen Audio Service", .cpu_dai_name = "CPE_LSM_NOHOST", .platform_name = "msm-cpe-lsm", .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, .codec_dai_name = "tomtom_mad1", .codec_name = "tomtom_codec", }, /* End of FE DAI LINK */ /* Backend FM DAI Links */ { Loading