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

Commit 71280e50 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

Define AUDIO_USAGE_ASSISTANT in list of audio attributes usage

Used hardware/interfaces/update-base-files.sh to update
   file system/media/audio/include/system/audio-base.h

Test: make
Bug: 30947943

Change-Id: Id1f6971a1e40ab963c19f42a95516e6d8a26fc60
parent 79912309
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -705,6 +705,7 @@ enum AudioUsage : int32_t {
    ASSISTANCE_SONIFICATION            = 13,
    GAME                               = 14,
    VIRTUAL_SOURCE                     = 15,
    ASSISTANT                          = 16,

    CNT,
    MAX                                = CNT - 1,