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

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

Change-Id: I30a67956bd0208978f37cb522af6b90d5e2aeb89
parents abe5ec4c aad84728
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: