Loading sound/soc/msm/msm8952-dai-links.c +18 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,24 @@ static struct snd_soc_dai_link msm8952_tasha_fe_dai[] = { .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", }, /* QCHAT */ {/* hw:x,42 */ .name = "QCHAT", .stream_name = "QCHAT", .cpu_dai_name = "QCHAT", .platform_name = "msm-pcm-voice", .dynamic = 1, .dpcm_playback = 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, .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", .be_id = MSM_FRONTEND_DAI_QCHAT, }, }; static struct snd_soc_dai_link msm8952_tasha_be_dai[] = { Loading sound/soc/msm/msm8952.c +18 −0 Original line number Diff line number Diff line Loading @@ -2240,6 +2240,24 @@ static struct snd_soc_dai_link msm8952_dai[] = { .ignore_pmdown_time = 1, .be_id = MSM_FRONTEND_DAI_MULTIMEDIA8, }, {/* hw:x,37 */ .name = "QCHAT", .stream_name = "QCHAT", .cpu_dai_name = "QCHAT", .platform_name = "msm-pcm-voice", .dynamic = 1, .dpcm_playback = 1, .dpcm_capture = 1, .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", .trigger = {SND_SOC_DPCM_TRIGGER_POST, SND_SOC_DPCM_TRIGGER_POST}, .ignore_suspend = 1, .no_host_mode = SND_SOC_DAI_LINK_NO_HOST, /* this dai link has playback support */ .ignore_pmdown_time = 1, .be_id = MSM_FRONTEND_DAI_QCHAT, }, /* Backend I2S DAI Links */ { .name = LPASS_BE_PRI_MI2S_RX, Loading Loading
sound/soc/msm/msm8952-dai-links.c +18 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,24 @@ static struct snd_soc_dai_link msm8952_tasha_fe_dai[] = { .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", }, /* QCHAT */ {/* hw:x,42 */ .name = "QCHAT", .stream_name = "QCHAT", .cpu_dai_name = "QCHAT", .platform_name = "msm-pcm-voice", .dynamic = 1, .dpcm_playback = 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, .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", .be_id = MSM_FRONTEND_DAI_QCHAT, }, }; static struct snd_soc_dai_link msm8952_tasha_be_dai[] = { Loading
sound/soc/msm/msm8952.c +18 −0 Original line number Diff line number Diff line Loading @@ -2240,6 +2240,24 @@ static struct snd_soc_dai_link msm8952_dai[] = { .ignore_pmdown_time = 1, .be_id = MSM_FRONTEND_DAI_MULTIMEDIA8, }, {/* hw:x,37 */ .name = "QCHAT", .stream_name = "QCHAT", .cpu_dai_name = "QCHAT", .platform_name = "msm-pcm-voice", .dynamic = 1, .dpcm_playback = 1, .dpcm_capture = 1, .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", .trigger = {SND_SOC_DPCM_TRIGGER_POST, SND_SOC_DPCM_TRIGGER_POST}, .ignore_suspend = 1, .no_host_mode = SND_SOC_DAI_LINK_NO_HOST, /* this dai link has playback support */ .ignore_pmdown_time = 1, .be_id = MSM_FRONTEND_DAI_QCHAT, }, /* Backend I2S DAI Links */ { .name = LPASS_BE_PRI_MI2S_RX, Loading