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

Commit e72c9ba7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix C compatibility in AMidi.h." into tm-dev-plus-aosp am: d34388f8...

Merge "Fix C compatibility in AMidi.h." into tm-dev-plus-aosp am: d34388f8 am: 40e392c2 am: c190af8a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19441167



Change-Id: Iae7282dd4e89de387c45adff883bc092d0229148
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c2cce203 c190af8a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ enum {
 *
 * Introduced in API 33.
 */
enum AMidiDevice_Protocol : int32_t {
typedef enum AMidiDevice_Protocol : int32_t {
    /**
     * Constant representing a default protocol with Universal MIDI Packets (UMP).
     * UMP is defined in "Universal MIDI Packet (UMP) Format and MIDI 2.0 Protocol" spec.
@@ -131,7 +131,7 @@ enum AMidiDevice_Protocol : int32_t {
     * MIDI-CI is defined in "MIDI Capability Inquiry (MIDI-CI)" spec.
     */
    AMIDI_DEVICE_PROTOCOL_UNKNOWN = -1
};
} AMidiDevice_Protocol;

/*
 * Device API