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

Commit 42023983 authored by Eric Laurent's avatar Eric Laurent Committed by Automerger Merge Worker
Browse files

audio policy: fix attributes for strategy "rerouting" am: 44f9ee26 am: 6fafd73a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/12311082

Change-Id: Ib15149d16225212da8f7cb11d4617f8f080e9e53
parents bd44df05 6fafd73a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ const engineConfig::ProductStrategies gOrderedSystemStrategies = {
    {"rerouting",
     {
         {"", AUDIO_STREAM_REROUTING, "AUDIO_STREAM_REROUTING",
          {{AUDIO_CONTENT_TYPE_UNKNOWN, AUDIO_USAGE_UNKNOWN, AUDIO_SOURCE_DEFAULT, 0, ""}}
          {{AUDIO_CONTENT_TYPE_UNKNOWN, AUDIO_USAGE_VIRTUAL_SOURCE, AUDIO_SOURCE_DEFAULT, 0, ""}}
         }
     },
    },