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

Commit 2d9fb309 authored by Eric Laurent's avatar Eric Laurent
Browse files

Audio Policy: add flag for input stream sharing logic fix

Bug: 338446410
Test: make
Change-Id: I8550209fe0d25bf29c250a15b9cf6544cac35a09
parent 591d8266
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -39,3 +39,12 @@ flag {
        "This feature helps reduce audio glitching caused by low priority blocking threads."
    bug: "209491695"
}

flag {
    name: "fix_input_sharing_logic"
    namespace: "media_audio"
    description:
        "Fix the audio policy logic that decides to reuse or close "
        "input streams when resources are exhausted"
    bug: "338446410"
}