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

Commit 6a9361e4 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 am: 94554b65

Change-Id: I2b265c96306b2c5b4ab78894ae84012e93ccfa10
parents 22940f18 94554b65
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;