Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d7582e9 authored by Kevin Rocard's avatar Kevin Rocard
Browse files

Audio V4: Use the framework audio.h instead of the HAL's



Using the legacy HAL interface was not needed. Only the system audio
header types are used by aaudio.

Test: compile
Bug: 38184704
Change-Id: I321635ef79732eb20864d1349e6a13911ece8da5
Signed-off-by: default avatarKevin Rocard <krocard@google.com>
parent 7588ff41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

#define LOG_TAG "AAudioStreamParameters"
#include <utils/Log.h>
#include <hardware/audio.h>
#include <system/audio.h>

#include "AAudioStreamParameters.h"

+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#include <sys/types.h>

#include <utils/Errors.h>
#include <hardware/audio.h>
#include <system/audio.h>

#include "aaudio/AAudio.h"