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

Commit 591a4001 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audio: Fix for LPCM surround sound recording"

parents bd4d4e09 ca866987
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -282,8 +282,12 @@ public class MediaRecorder

        /** @hide QCP file format */
        public static final int QCP = 9;

        /** @hide 3GPP2 media file format*/
        public static final int THREE_GPP2 = 10;

        /** @hide WAVE media file format*/
        public static final int WAVE = 10;
        public static final int WAVE = 11;
    };

    /**