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

Commit 02290289 authored by Phil Burk's avatar Phil Burk
Browse files

libaaudio: change aaudio_audio_format_t to aaudio_format_t



Test: no functional change, it compiles
Change-Id: I3bdb1472a09ef2a01cbca0b1059257b72a980e1a
Signed-off-by: default avatarPhil Burk <philburk@google.com>
(cherry picked from commit 50a3ad82)
parent f3134a01
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -46,6 +46,12 @@ enum {
    AAUDIO_FORMAT_PCM_I8_24,
    AAUDIO_FORMAT_PCM_I32
};
typedef int32_t aaudio_format_t;

/**
 * @deprecated use aaudio_format_t instead
 * TODO remove when tests and examples are updated
 */
typedef int32_t aaudio_audio_format_t;

enum {