summaryrefslogtreecommitdiff
path: root/emulator/audio/driver
diff options
context:
space:
mode:
authorHayden Gomes <haydengomes@google.com>2021-03-23 10:41:29 -0700
committerHayden Gomes <haydengomes@google.com>2021-03-25 09:23:42 -0700
commitb367f6b61545f20a8f752e6e801ae75675f68de2 (patch)
tree13a85cfe3d96f13f46ec48abca6a773b9e3d1271 /emulator/audio/driver
parentacc49330a852908bf3a2728fdfedee8f58ee8a92 (diff)
downloadcar-b367f6b61545f20a8f752e6e801ae75675f68de2.tar.gz
Launching Audio and AudioControl HALs together
- Created local implementation of AudioControl HAL for caremu - Registering AudioControl and Audio HALs in same main function Bug: 181550943 Test: built & ran `adb shell service list` Test: ran `adb shell dumpsys android.hardware.automotive.audiocontrol.IAudioControl/default` to verify service is responding. Test: Played sounds in emulator to verify they were still audible Change-Id: I759dda65753659b9565912773aad50ff6b76f418
Diffstat (limited to 'emulator/audio/driver')
-rw-r--r--emulator/audio/driver/audio_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/audio/driver/audio_hw.c b/emulator/audio/driver/audio_hw.c
index bc27e90..d38be66 100644
--- a/emulator/audio/driver/audio_hw.c
+++ b/emulator/audio/driver/audio_hw.c
@@ -19,7 +19,7 @@
* Changes made to adding support of AUDIO_DEVICE_OUT_BUS
*/
-#define LOG_TAG "audio_hw_generic"
+#define LOG_TAG "audio_hw_generic_caremu"
#include <assert.h>
#include <errno.h>