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

Commit b395bfe4 authored by Kevin Rocard's avatar Kevin Rocard Committed by Android (Google) Code Review
Browse files

Merge "Audio HAL V4: Switch back to 32 bit AudioDevice"

parents b7e90af3 bb90d897
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -485,7 +485,7 @@ enum AudioMode : int32_t {
};

@export(name="", value_prefix="AUDIO_DEVICE_")
enum AudioDevice : uint64_t {
enum AudioDevice : uint32_t {
    NONE                          = 0x0,
    /** reserved bits */
    BIT_IN                        = 0x80000000,