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

Commit e49f7f7a authored by Łukasz Rymanowski's avatar Łukasz Rymanowski Committed by Automerger Merge Worker
Browse files

Merge "audiopolicy: Enable switching from Unicast to Broadcast" into...

Merge "audiopolicy: Enable switching from Unicast to Broadcast" into tm-qpr-dev am: 9c440842 am: b36f5327

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



Change-Id: I7f428f0f6e9b767fdae4f60ec3a47e1ff5f73c24
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5a4e5db4 b36f5327
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
        </mixPort>
        <!-- Le Audio Audio Ports -->
        <mixPort name="le audio output" role="source" />
        <mixPort name="le audio broadcast output" role="source" />
        <mixPort name="le audio input" role="sink">
            <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
                     samplingRates="8000 16000 24000 32000 44100 48000"
@@ -65,6 +66,6 @@
        <route type="mix" sink="BLE Speaker Out"
               sources="le audio output"/>
        <route type="mix" sink="BLE Broadcast Out"
               sources="le audio output"/>
               sources="le audio broadcast output"/>
    </routes>
</module>