[pulseaudio-discuss] [PATCH 12/19] core: Add core hooks for sample cache
Juho Hämäläinen
juho.hamalainen at tieto.com
Thu Mar 19 04:50:53 PDT 2015
---
src/pulsecore/core.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h
index 5099f58..eaf2970 100644
--- a/src/pulsecore/core.h
+++ b/src/pulsecore/core.h
@@ -131,6 +131,9 @@ typedef enum pa_core_hook {
PA_CORE_HOOK_MODULE_NEW,
PA_CORE_HOOK_MODULE_PROPLIST_CHANGED,
PA_CORE_HOOK_MODULE_REMOVED,
+ PA_CORE_HOOK_SAMPLE_CACHE_NEW,
+ PA_CORE_HOOK_SAMPLE_CACHE_CHANGED,
+ PA_CORE_HOOK_SAMPLE_CACHE_REMOVED,
PA_CORE_HOOK_MAX
} pa_core_hook_t;
--
1.9.1
More information about the pulseaudio-discuss
mailing list