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

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

Change-Id: I71de3b555facef72329e8c47eee7556fd9062b04
parents ab26cfa4 8154567f
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: