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>
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
#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