Fix build warning 62/316762/2
authorJaechul Lee <jcsing.lee@samsung.com>
Wed, 28 Aug 2024 00:52:59 +0000 (09:52 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Wed, 28 Aug 2024 00:56:40 +0000 (09:56 +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.0.5
[Issue Type] Update

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

index 96ad62d..c205c9b 100644 (file)
@@ -1,6 +1,6 @@
 Name:       hal-backend-audio-alsa
 Summary:    TIZEN Audio HAL using ALSA
-Version:    0.0.4
+Version:    0.0.5
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index e4772bc..3872447 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