From 3153b60a62fec0a3d826b3c0427044d1a11df3a1 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Fri, 25 Feb 2011 10:27:23 +0000 Subject: core: Add a new hook PA_CORE_HOOK_CARD_PROFILE_CHANGED This will allow modules to know when a card profile has changed and take appropriate action. This might prove useful when developing UCM so that the appropriate verb can be set. --- src/pulsecore/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pulsecore/core.h') diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h index daa89c1c..358b98d7 100644 --- a/src/pulsecore/core.h +++ b/src/pulsecore/core.h @@ -113,6 +113,7 @@ typedef enum pa_core_hook { PA_CORE_HOOK_CARD_NEW, PA_CORE_HOOK_CARD_PUT, PA_CORE_HOOK_CARD_UNLINK, + PA_CORE_HOOK_CARD_PROFILE_CHANGED, PA_CORE_HOOK_MAX } pa_core_hook_t; -- cgit