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

Commit aad84728 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

Change-Id: I2ef4eea0a2389a235529d577f32197f7a01f8e14
parents 3bd0212e d8663028
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: