[pulseaudio-discuss] [PATCH 10/19] core: Add core hooks for module changes

Juho Hämäläinen juho.hamalainen at tieto.com
Thu Mar 19 04:50:51 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 9bde225..5099f58 100644
--- a/src/pulsecore/core.h
+++ b/src/pulsecore/core.h
@@ -128,6 +128,9 @@ typedef enum pa_core_hook {
     PA_CORE_HOOK_PORT_LATENCY_OFFSET_CHANGED,
     PA_CORE_HOOK_DEFAULT_SINK_CHANGED,
     PA_CORE_HOOK_DEFAULT_SOURCE_CHANGED,
+    PA_CORE_HOOK_MODULE_NEW,
+    PA_CORE_HOOK_MODULE_PROPLIST_CHANGED,
+    PA_CORE_HOOK_MODULE_REMOVED,
     PA_CORE_HOOK_MAX
 } pa_core_hook_t;
 
-- 
1.9.1



More information about the pulseaudio-discuss mailing list