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

Commit 72eb0b68 authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

AudioSystem: Add AUDIO_FORMAT_APTX_ADAPTIVE_{QLEA|R4}

This adds new flavors of the APTX codec.

Bug: 255477173
Test: m
Change-Id: I600496f857cb290ff8b279ba6791622e458a209f
parent 9b914446
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -439,6 +439,10 @@ public class AudioSystem
                return "AUDIO_FORMAT_DTS_UHD";
            case /* AUDIO_FORMAT_DRA             */ 0x2F000000:
                return "AUDIO_FORMAT_DRA";
            case /* AUDIO_FORMAT_APTX_ADAPTIVE_QLEA */ 0x30000000:
                return "AUDIO_FORMAT_APTX_ADAPTIVE_QLEA";
            case /* AUDIO_FORMAT_APTX_ADAPTIVE_R4   */ 0x31000000:
                return "AUDIO_FORMAT_APTX_ADAPTIVE_R4";

            /* Aliases */
            case /* AUDIO_FORMAT_PCM_16_BIT        */ 0x1: