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

Commit 94554b65 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "audio policy: add ECHO_REFERENCE to virtual audio sources" into rvc-dev...

Merge "audio policy: add ECHO_REFERENCE to virtual audio sources" into rvc-dev am: 74dc21be am: cd80999e am: 472933ac

Change-Id: Id7b120899df6c01195fdb34ce8c3e6924d48fd2f
parents dd978fb1 472933ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -676,6 +676,7 @@ bool AudioPolicyService::isVirtualSource(audio_source_t source)
        case AUDIO_SOURCE_VOICE_CALL:
        case AUDIO_SOURCE_REMOTE_SUBMIX:
        case AUDIO_SOURCE_FM_TUNER:
        case AUDIO_SOURCE_ECHO_REFERENCE:
            return true;
        default:
            break;