Loading sound/soc/msm/mpq8092.c +16 −0 Original line number Diff line number Diff line Loading @@ -1167,6 +1167,22 @@ static struct snd_soc_dai_link mpq8092_common_dai_links[] = { /* this dainlink has playback support */ .be_id = MSM_FRONTEND_DAI_MULTIMEDIA8, }, { .name = "MSM8092 LowLatency", .stream_name = "MultiMedia5", .cpu_dai_name = "MultiMedia5", .platform_name = "msm-pcm-dsp.1", .dynamic = 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, /* this dainlink has playback support */ .ignore_pmdown_time = 1, .be_id = MSM_FRONTEND_DAI_MULTIMEDIA5, }, /* Hostless PCM purpose */ { .name = "MSM AFE-PCM RX", Loading Loading
sound/soc/msm/mpq8092.c +16 −0 Original line number Diff line number Diff line Loading @@ -1167,6 +1167,22 @@ static struct snd_soc_dai_link mpq8092_common_dai_links[] = { /* this dainlink has playback support */ .be_id = MSM_FRONTEND_DAI_MULTIMEDIA8, }, { .name = "MSM8092 LowLatency", .stream_name = "MultiMedia5", .cpu_dai_name = "MultiMedia5", .platform_name = "msm-pcm-dsp.1", .dynamic = 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, /* this dainlink has playback support */ .ignore_pmdown_time = 1, .be_id = MSM_FRONTEND_DAI_MULTIMEDIA5, }, /* Hostless PCM purpose */ { .name = "MSM AFE-PCM RX", Loading