Lines Matching defs:runtime
231 static int dmic_init(struct snd_soc_pcm_runtime *runtime)
233 struct snd_soc_card *card = runtime->card;
251 static int sof_hdmi_init(struct snd_soc_pcm_runtime *runtime)
253 struct sof_es8336_private *priv = snd_soc_card_get_drvdata(runtime->card);
254 struct snd_soc_dai *dai = asoc_rtd_to_codec(runtime, 0);
257 pcm = devm_kzalloc(runtime->card->dev, sizeof(*pcm), GFP_KERNEL);
262 pcm->device = runtime->dai_link->id;
270 static int sof_es8316_init(struct snd_soc_pcm_runtime *runtime)
272 struct snd_soc_component *codec = asoc_rtd_to_codec(runtime, 0)->component;
273 struct snd_soc_card *card = runtime->card;