Lines Matching defs:rtd
71 static int sof_hdmi_init(struct snd_soc_pcm_runtime *rtd)
73 struct sof_card_private *ctx = snd_soc_card_get_drvdata(rtd->card);
74 struct snd_soc_dai *dai = asoc_rtd_to_codec(rtd, 0);
77 pcm = devm_kzalloc(rtd->card->dev, sizeof(*pcm), GFP_KERNEL);
82 pcm->device = rtd->dai_link->id;
90 static int sof_pcm512x_codec_init(struct snd_soc_pcm_runtime *rtd)
92 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component;
104 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream);
105 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component;
115 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream);
116 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component;
177 static int dmic_init(struct snd_soc_pcm_runtime *rtd)
179 struct snd_soc_card *card = rtd->card;