]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/hook-list.c
make sure we check the sink status for PA_SINK_INPUT_FAIL_ON_SUSPEND only after modul...
[pulseaudio] / src / pulsecore / hook-list.c
index 0aac475910fe653b3c0e7fe1ea01dc6eadd63d44..396940382a06eb0687a3020aacf69bb3aa8c6433 100644 (file)
@@ -44,7 +44,7 @@ static void slot_free(pa_hook *hook, pa_hook_slot *slot) {
     pa_xfree(slot);
 }
 
-void pa_hook_free(pa_hook *hook) {
+void pa_hook_done(pa_hook *hook) {
     pa_assert(hook);
     pa_assert(hook->n_firing == 0);