Fix build warning 63/316763/1
authorJaechul Lee <jcsing.lee@samsung.com>
Wed, 28 Aug 2024 00:54:23 +0000 (09:54 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Wed, 28 Aug 2024 00:54:23 +0000 (09:54 +0900)
Resolve the compilation warnings that appear after upgrading alsa-lib,
specifically the message: 'Warning: This header is deprecated; please
use <alsa/asoundlib.h> instead.'

[Version] 0.1.23
[Issue Type] Update

Change-Id: Ice8e647099c5613e5d6e0c9eb722e883993bf257
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
packaging/audio-hal-emul.spec
tizen-audio-internal.h

index e67871d58a220f88df2c316675eaba058dd75dcb..cec0897bfb68f65902f0e30ff09001f51b105fd2 100644 (file)
@@ -1,6 +1,6 @@
 Name:       audio-hal-emul
 Summary:    TIZEN Audio HAL for Emulator
-Version:    0.1.22
+Version:    0.1.23
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index 93ec6d9e101efee8dbde700353d6ce876631c2a5..7ab541ea425d3befd23217b9559e5eedf61f6a25 100644 (file)
@@ -23,7 +23,7 @@
 #include <dlog.h>
 #include <time.h>
 #include <sys/types.h>
-#include <asoundlib.h>
+#include <alsa/asoundlib.h>
 #ifdef __USE_TINYALSA__
 #include <tinyalsa/asoundlib.h>
 #endif