Lines Matching defs:rtd
28 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream);
33 spcm = snd_sof_find_spcm_dai(component, rtd);
74 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream);
76 snd_soc_rtdcom_lookup(rtd, SOF_AUDIO_PCM_DRV_NAME);
79 spcm = snd_sof_find_spcm_dai(component, rtd);
123 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream);
132 if (rtd->dai_link->no_pcm)
135 spcm = snd_sof_find_spcm_dai(component, rtd);
240 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream);
246 if (rtd->dai_link->no_pcm)
249 spcm = snd_sof_find_spcm_dai(component, rtd);
276 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream);
281 if (rtd->dai_link->no_pcm)
284 spcm = snd_sof_find_spcm_dai(component, rtd);
313 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream);
323 if (rtd->dai_link->no_pcm)
326 spcm = snd_sof_find_spcm_dai(component, rtd);
426 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream);
432 if (rtd->dai_link->no_pcm)
439 spcm = snd_sof_find_spcm_dai(component, rtd);
459 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream);
468 if (rtd->dai_link->no_pcm)
471 spcm = snd_sof_find_spcm_dai(component, rtd);
531 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream);
537 if (rtd->dai_link->no_pcm)
540 spcm = snd_sof_find_spcm_dai(component, rtd);
566 struct snd_soc_pcm_runtime *rtd)
570 struct snd_pcm *pcm = rtd->pcm;
575 spcm = snd_sof_find_spcm_dai(component, rtd);
578 rtd->dai_link->id);
630 static int sof_pcm_dai_link_fixup(struct snd_soc_pcm_runtime *rtd,
639 snd_soc_rtdcom_lookup(rtd, SOF_AUDIO_PCM_DRV_NAME);
641 snd_sof_find_dai(component, (char *)rtd->dai_link->name);
648 rtd->dai_link->name);
710 for_each_dpcm_fe(rtd, SNDRV_PCM_STREAM_PLAYBACK, dpcm) {