aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus-proto.c')
-rw-r--r--src/dbus-proto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dbus-proto.c b/src/dbus-proto.c
index f3dd6f7..0201a0c 100644
--- a/src/dbus-proto.c
+++ b/src/dbus-proto.c
@@ -666,7 +666,8 @@ static char *method_name(resmsg_type_t msg_type)
[ RESMSG_ACQUIRE ] = RESPROTO_DBUS_ACQUIRE_METHOD,
[ RESMSG_RELEASE ] = RESPROTO_DBUS_RELEASE_METHOD,
[ RESMSG_GRANT ] = RESPROTO_DBUS_GRANT_METHOD,
- [ RESMSG_ADVICE ] = RESPROTO_DBUS_ADVICE_METHOD
+ [ RESMSG_ADVICE ] = RESPROTO_DBUS_ADVICE_METHOD,
+ [ RESMSG_AUDIO ] = RESPROTO_DBUS_AUDIO_METHOD
};
char *retval = NULL;