Lines Matching refs:widget
1166 struct snd_soc_dapm_widget *widget, int stream) in dpcm_get_be() argument
1178 if (be->cpu_dai->playback_widget == widget) in dpcm_get_be()
1183 if (dai->playback_widget == widget) in dpcm_get_be()
1195 if (be->cpu_dai->capture_widget == widget) in dpcm_get_be()
1200 if (dai->capture_widget == widget) in dpcm_get_be()
1207 stream ? "capture" : "playback", widget->name); in dpcm_get_be()
1221 struct snd_soc_dapm_widget *widget) in widget_in_list() argument
1226 if (widget == list->widgets[i]) in widget_in_list()
1260 struct snd_soc_dapm_widget *widget; in dpcm_prune_paths() local
1268 widget = dai_get_widget(dpcm->be->cpu_dai, stream); in dpcm_prune_paths()
1271 if (widget && widget_in_list(list, widget)) in dpcm_prune_paths()
1277 widget = dai_get_widget(dai, stream); in dpcm_prune_paths()
1280 if (widget && widget_in_list(list, widget)) in dpcm_prune_paths()