From 55c00835532f7539d4e92378a5e71bf8903d6838 Mon Sep 17 00:00:00 2001 From: Tobias Jahnke Date: Wed, 28 Nov 2018 11:22:39 +0100 Subject: hal-unicens: minor cleanup of plugin code Signed-off-by: Tobias Jahnke --- plugin/most_unicens.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/most_unicens.c b/plugin/most_unicens.c index 6a7b76e..a0d040b 100644 --- a/plugin/most_unicens.c +++ b/plugin/most_unicens.c @@ -33,9 +33,9 @@ #include "wrap_volume.h" #define PCM_MAX_CHANNELS 6 -#define HAL_MY_PLUGIN_NAME "hal-unicens" +#define UCS_PLUGIN_NAME "hal-unicens" -CTLP_CAPI_REGISTER(HAL_MY_PLUGIN_NAME) +CTLP_CAPI_REGISTER(UCS_PLUGIN_NAME) AFB_ApiT unicensHalApiHandle; static uint8_t initialized = 0; -- cgit 1.2.3-korg