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

Commit 463e29a7 authored by Jakub Tyszkowski's avatar Jakub Tyszkowski Committed by Grzegorz Kołodziejczyk
Browse files

audiopolicy: Enable switching from Unicast to Broadcast

Bug: 235952745
Tag: #feature
Test: tested manually
Change-Id: I03b47c1022ee20ee69cc2be74ee05c546293962c
parent d964e2eb
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>