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

Commit 526354de authored by Eric Laurent's avatar Eric Laurent Committed by Automerger Merge Worker
Browse files

Merge changes from topic "fix-b-255477173-aptx-formats" am: 4872186e

parents cae458e4 4872186e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -448,6 +448,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: