Fix build warning 60/316760/3
authorJaechul Lee <jcsing.lee@samsung.com>
Wed, 28 Aug 2024 00:49:23 +0000 (09:49 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Wed, 28 Aug 2024 00:55:06 +0000 (09:55 +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.2.1
[Issue Type] Update

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

index aab49dec21d5d2374639b021baeef73e1397de79..63a4428e38b16c2c3e4bfd9abda461227d9fe159 100644 (file)
@@ -1,6 +1,6 @@
 Name:       audio-hal-bcm2837
 Summary:    TIZEN Audio HAL for BCM2837
-Version:    0.2.0
+Version:    0.2.1
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index 39795d5f18055102b5485201b55d96aaf3cd35f9..0e0e8765b868067427d0ff7858f169b18f3c352b 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