From 5b3336ce3e2374dbab2360b1c9e086b343f3a010 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 27 May 2019 15:34:48 +0200 Subject: [PATCH] device: fix event signal --- spa/include/spa/monitor/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/include/spa/monitor/utils.h b/spa/include/spa/monitor/utils.h index 442855c4f..f964bde32 100644 --- a/spa/include/spa/monitor/utils.h +++ b/spa/include/spa/monitor/utils.h @@ -95,7 +95,7 @@ static inline int spa_device_enum_params_sync(struct spa_device *device, #define spa_device_emit_info(hooks,i) spa_device_emit(hooks,info, 0, i) #define spa_device_emit_result(hooks,s,r,res) spa_device_emit(hooks,result, 0, s, r, res) -#define spa_device_emit_events(hooks,e) spa_device_emit(hooks,event, 0, e) +#define spa_device_emit_event(hooks,e) spa_device_emit(hooks,event, 0, e) #define spa_device_emit_object_info(hooks,id,i) spa_device_emit(hooks,object_info, 0, id, i) #ifdef __cplusplus