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

Commit e066d7c8 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: efbd9763

Change-Id: Ie9e0029dd57b0372c299c84f1da1f97bc977806c
parents 2153c30c efbd9763
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;