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