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

Commit 4623d7e3 authored by Zhou Song's avatar Zhou Song
Browse files

hal: make event enum value to be uniform with sound trigger hal

Insert a new enum type in audio event type definition, this is
to keep the event type reported to sound trigger HAL to be
consistent with audio HAL.

Change-Id: Id6024cd22752665da91f0db97217df08e4091dfe
parent fa269ad6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ typedef enum {
    AUDIO_EVENT_SVA_EXEC_MODE_STATUS,
    AUDIO_EVENT_CAPTURE_STREAM_INACTIVE,
    AUDIO_EVENT_CAPTURE_STREAM_ACTIVE,
    AUDIO_EVENT_BATTERY_STATUS_CHANGED,
    AUDIO_EVENT_GET_PARAM
} audio_event_type_t;