mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
update todo
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@860 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
b3e16559fc
commit
b10f2dc0ae
2 changed files with 5 additions and 3 deletions
|
|
@ -118,7 +118,8 @@ void pa_subscription_free_all(pa_core *c) {
|
|||
}
|
||||
}
|
||||
|
||||
/*static void dump_event(pa_subscription_event*e) {
|
||||
#if 0
|
||||
static void dump_event(pa_subscription_event*e) {
|
||||
switch (e->type & PA_SUBSCRIPTION_EVENT_FACILITY_MASK) {
|
||||
case PA_SUBSCRIPTION_EVENT_SINK:
|
||||
pa_log(__FILE__": SINK_EVENT");
|
||||
|
|
@ -159,7 +160,8 @@ void pa_subscription_free_all(pa_core *c) {
|
|||
}
|
||||
|
||||
pa_log(__FILE__": %u", e->index);
|
||||
}*/
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Deferred callback for dispatching subscirption events */
|
||||
static void defer_cb(pa_mainloop_api *m, pa_defer_event *de, void *userdata) {
|
||||
|
|
@ -169,7 +171,6 @@ static void defer_cb(pa_mainloop_api *m, pa_defer_event *de, void *userdata) {
|
|||
|
||||
c->mainloop->defer_enable(c->subscription_defer_event, 0);
|
||||
|
||||
|
||||
/* Dispatch queued events */
|
||||
|
||||
if (c->subscription_event_queue) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue