audio: Updates to comply with standard libhardware_legacy audio hal
Revert back to original libhardware_legacy audio hal headers from AOSP.
This makes corresponding code changes to disable features to match
audio hal implementation with standard libhardware_legacy audio hal.
Change-Id: Ibf1e50d3fffc8280ba417a26172c0f04206474e3
diff --git a/alsa_sound/acoustics_default.cpp b/alsa_sound/acoustics_default.cpp
index c5aecac..aa21190 100644
--- a/alsa_sound/acoustics_default.cpp
+++ b/alsa_sound/acoustics_default.cpp
@@ -86,14 +86,14 @@
static status_t s_cleanup(acoustic_device_t *dev)
{
- LOGD("Acoustics close stub called.");
+ ALOGD("Acoustics close stub called.");
return NO_ERROR;
}
static status_t s_set_params(acoustic_device_t *dev,
AudioSystem::audio_in_acoustics acoustics, void *params)
{
- LOGD("Acoustics set_params stub called with %d.", (int)acoustics);
+ ALOGD("Acoustics set_params stub called with %d.", (int)acoustics);
return NO_ERROR;
}
}