Lines Matching refs:swidget
34 struct snd_sof_widget *swidget = w->dobj.private; in widget_to_sdev() local
35 struct snd_soc_component *component = swidget->scomp; in widget_to_sdev()
43 struct snd_sof_widget *swidget = w->dobj.private; in hda_dai_config() local
48 if (!swidget) in hda_dai_config()
55 ret = tplg_ops->dai_config(sdev, swidget, flags, data); in hda_dai_config()
80 struct snd_sof_widget *swidget = w->dobj.private; in hda_dai_get_ops() local
93 sdai = swidget->private; in hda_dai_get_ops()
98 hda_select_dai_widget_ops(sdev, swidget); in hda_dai_get_ops()
336 struct snd_sof_widget *swidget = w->dobj.private; in widget_to_copier() local
337 struct snd_sof_dai *sdai = swidget->private; in widget_to_copier()
523 struct snd_sof_widget *swidget; in hda_dai_suspend() local
532 swidget = w->dobj.private; in hda_dai_suspend()
534 sdai = swidget->private; in hda_dai_suspend()