From: Jaechul Lee Date: Wed, 28 Aug 2024 00:49:23 +0000 (+0900) Subject: Fix build warning X-Git-Tag: accepted/tizen/unified/20240905.164042~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c5bb583820b734f654b363be1f4b58ddf8e747a;p=platform%2Fadaptation%2Fap_broadcom%2Faudio-hal-bcm2837.git Fix build warning Resolve the compilation warnings that appear after upgrading alsa-lib, specifically the message: 'Warning: This header is deprecated; please use instead.'" [Version] 0.2.1 [Issue Type] Update Change-Id: Ia32f7d6d1e5b1c28bc5becfedf3ba1bd6a0ae567 Signed-off-by: Jaechul Lee --- diff --git a/packaging/audio-hal-bcm2837.spec b/packaging/audio-hal-bcm2837.spec index aab49de..63a4428 100644 --- a/packaging/audio-hal-bcm2837.spec +++ b/packaging/audio-hal-bcm2837.spec @@ -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 diff --git a/tizen-audio-internal.h b/tizen-audio-internal.h index 39795d5..0e0e876 100644 --- a/tizen-audio-internal.h +++ b/tizen-audio-internal.h @@ -23,7 +23,7 @@ #include #include #include -#include +#include #ifdef __USE_TINYALSA__ #include #endif