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

Commit c0952dcd authored by Thomas Wendt's avatar Thomas Wendt Committed by Ricardo Cerqueira
Browse files

AudioPolicyService: Support MR1 audio_policy

Change-Id: I26abd352f327256856021b311efb1e23b46b6023
parent 5438b9ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -521,7 +521,7 @@ bool AudioPolicyService::isStreamActive(audio_stream_type_t stream, uint32_t inP

bool AudioPolicyService::isStreamActiveRemotely(audio_stream_type_t stream, uint32_t inPastMs) const
{
#ifndef ICS_AUDIO_BLOB
#if !defined(ICS_AUDIO_BLOB) && !defined(MR1_AUDIO_BLOB)
    if (mpAudioPolicy == NULL) {
        return 0;
    }