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

Commit 1826e675 authored by Phil Burk's avatar Phil Burk Committed by android-build-merger
Browse files

Merge "libaaudio: change aaudio_audio_format_t to aaudio_format_t" into oc-dev

am: eb12e8bd

Change-Id: Iff4593bcb4dd3874d896ba74b76fed8198a4b906
parents 00612709 eb12e8bd
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 {