diff --git a/src/pulsecore/core-subscribe.c b/src/pulsecore/core-subscribe.c index 61c779b66..8c91059f6 100644 --- a/src/pulsecore/core-subscribe.c +++ b/src/pulsecore/core-subscribe.c @@ -133,7 +133,8 @@ static void dump_event(const char * prefix, pa_subscription_event*e) { [PA_SUBSCRIPTION_EVENT_CLIENT] = "CLIENT", [PA_SUBSCRIPTION_EVENT_SAMPLE_CACHE] = "SAMPLE_CACHE", [PA_SUBSCRIPTION_EVENT_SERVER] = "SERVER", - [PA_SUBSCRIPTION_EVENT_AUTOLOAD] = "AUTOLOAD" + [PA_SUBSCRIPTION_EVENT_AUTOLOAD] = "AUTOLOAD", + [PA_SUBSCRIPTION_EVENT_CARD] = "CARD" }; const char * const type_table[] = {