Home
last modified time | relevance | path

Searched refs:is_sink (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/soc/
Dsoc-dapm.c279 if (w->is_sink || w->is_source) { in dapm_mark_endpoints_dirty()
281 if (w->is_sink) in dapm_mark_endpoints_dirty()
950 if (widget->is_sink && widget->connected) { in is_connected_output_ep()
2327 w->is_sink = 1; in dapm_update_widget_flags()
2333 w->is_sink = 0; in dapm_update_widget_flags()
2339 w->is_sink = !list_empty(&w->sources); in dapm_update_widget_flags()
3133 w->is_sink = 1; in snd_soc_dapm_new_control()
3138 w->is_sink = 1; in snd_soc_dapm_new_control()
3653 w->is_sink = w->active; in soc_dapm_dai_stream_event()
/linux-4.1.27/include/sound/
Dsoc-dapm.h552 unsigned char is_sink:1; /* Widget is a sink type widget */ member