Home | History | Annotate | Download | only in audio

Lines Matching refs:sink

67 #include "sink.h"
77 SINK = 1 << 2,
113 .sink = TRUE,
145 return enabled.sink;
204 DBG("Found Audio Sink");
205 if (device->sink == NULL)
206 device->sink = sink_init(device);
221 if (device->sink && sink_is_active(device))
1071 else if (g_str_equal(list[i], "Sink"))
1072 enabled.sink = TRUE;
1087 else if (g_str_equal(list[i], "Sink"))
1088 enabled.sink = FALSE;
1128 if (enabled.source || enabled.sink)
1163 if (enabled.source || enabled.sink)
1201 && !dev->sink)