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

Commit 7de251c2 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "audio: add spatializer output flag"

parents 91c21781 95e9e26c
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -97,8 +97,12 @@ enum AudioOutputFlags {
     * tracks.
     */
    GAPLESS_OFFLOAD = 15,
    /**
     * Output is used for spatial audio.
     */
    SPATIALIZER = 16,
    /**
     * Output is used for transmitting ultrasound audio.
     */
    ULTRASOUND = 16,
    ULTRASOUND = 17,
}
+2 −1
Original line number Diff line number Diff line
@@ -51,5 +51,6 @@ enum AudioOutputFlags {
  VOIP_RX = 13,
  INCALL_MUSIC = 14,
  GAPLESS_OFFLOAD = 15,
  ULTRASOUND = 16,
  SPATIALIZER = 16,
  ULTRASOUND = 17,
}