Fix build error in armv7hl etc 89/315589/2 accepted/tizen/unified/20240816.171349 accepted/tizen/unified/dev/20240819.095601 accepted/tizen/unified/x/20240819.023301
authorYoungHun Kim <yh8004.kim@samsung.com>
Mon, 5 Aug 2024 04:18:18 +0000 (13:18 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Mon, 5 Aug 2024 04:37:29 +0000 (13:37 +0900)
Change-Id: I7e6d6390b329e8cd0ec87befe3a936f470628fca

packaging/libmm-radio.spec
src/mm_radio_priv_hal.c
src/mm_radio_rm.c

index 3f212b89ff4fc879e9f0a4b4124a91783c472617..029e971e66887eabebbf30872ad2c8c94e3108ca 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-radio
 Summary:    Multimedia Framework Radio Library
-Version:    0.3.1
+Version:    0.3.2
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index 7f57aa7d2e1cfee4a66e0ccaaba2e78dbf304410..bb0b7d86a54da17ac9ecf81908d9d8f5a37d8802 100644 (file)
@@ -1649,7 +1649,7 @@ static int __mmradio_prepare_radio_device(mm_radio_t *radio)
        }
 
        radio->interrupted_by_resource_conflict = FALSE;
-       ret = mm_radio_rm_acquire((MMHandleType)radio. MM_RADIO_RES_TYPE_RADIO);
+       ret = mm_radio_rm_acquire((MMHandleType)radio, MM_RADIO_RES_TYPE_RADIO);
        if (ret != MM_ERROR_NONE) {
                MMRADIO_LOG_ERROR("failed to acquire resource manager");
                return ret;
index 092055a46a04fde300472072aa1bbd4f69110120..28b69928b0e62186401541f24343e8b6cb2f5049 100644 (file)
@@ -18,7 +18,6 @@
  */
 
 #include "mm_radio_rm.h"
-#include "mm_radio_priv_emul.h"
 #include "mm_radio_priv_hal.h"
 #include <mm_error.h>
 #include <sys/types.h>