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

Commit 0975de30 authored by Dean Wheatley's avatar Dean Wheatley Committed by android-build-merger
Browse files

Merge "SpdifStreamOut: Support AUDIO_FORMAT_E_AC3_JOC" am: 8154567f am: d8663028 am: aad84728

am: e261de31

Change-Id: I65d0909b61f630416de7e42c8275bdaa12794b70
parents 8dd02f16 e261de31
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ status_t SpdifStreamOut::open(
    // TODO Move this into the audio_utils as a static method.
    switch(config->format) {
        case AUDIO_FORMAT_E_AC3:
        case AUDIO_FORMAT_E_AC3_JOC:
            mRateMultiplier = 4;
            break;
        case AUDIO_FORMAT_AC3: