Searched refs:pa_sink_volume_change (Results 1 – 3 of 3) sorted by relevance
30 typedef struct pa_sink_volume_change pa_sink_volume_change; typedef
61 struct pa_sink_volume_change { struct65 PA_LLIST_FIELDS(pa_sink_volume_change); argument352 PA_LLIST_HEAD_INIT(pa_sink_volume_change, s->thread_info.volume_changes); in pa_sink_new()3712 PA_STATIC_FLIST_DECLARE(pa_sink_volume_change, 0, pa_xfree);3715 static pa_sink_volume_change *pa_sink_volume_change_new(pa_sink *s) { in pa_sink_volume_change_new()3716 pa_sink_volume_change *c; in pa_sink_volume_change_new()3717 if (!(c = pa_flist_pop(PA_STATIC_FLIST_GET(pa_sink_volume_change)))) in pa_sink_volume_change_new()3718 c = pa_xnew(pa_sink_volume_change, 1); in pa_sink_volume_change_new()3720 PA_LLIST_INIT(pa_sink_volume_change, c); in pa_sink_volume_change_new()3727 static void pa_sink_volume_change_free(pa_sink_volume_change *c) { in pa_sink_volume_change_free()[all …]
321 PA_LLIST_HEAD(pa_sink_volume_change, volume_changes);322 pa_sink_volume_change *volume_changes_tail;