Lines Matching refs:widget
1213 struct snd_soc_dapm_widget *widget, int stream) in dpcm_get_be() argument
1225 if (be->cpu_dai->playback_widget == widget) in dpcm_get_be()
1230 if (dai->playback_widget == widget) in dpcm_get_be()
1242 if (be->cpu_dai->capture_widget == widget) in dpcm_get_be()
1247 if (dai->capture_widget == widget) in dpcm_get_be()
1254 stream ? "capture" : "playback", widget->name); in dpcm_get_be()
1268 struct snd_soc_dapm_widget *widget) in widget_in_list() argument
1273 if (widget == list->widgets[i]) in widget_in_list()
1300 struct snd_soc_dapm_widget *widget; in dpcm_prune_paths() local
1308 widget = dai_get_widget(dpcm->be->cpu_dai, stream); in dpcm_prune_paths()
1311 if (widget && widget_in_list(list, widget)) in dpcm_prune_paths()
1317 widget = dai_get_widget(dai, stream); in dpcm_prune_paths()
1320 if (widget && widget_in_list(list, widget)) in dpcm_prune_paths()