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

Commit f70ecda7 authored by Eric Laurent's avatar Eric Laurent Committed by android-build-merger
Browse files

Merge "audio policy config: add USB_HEADSET device" into oc-dr1-dev

am: 10c94f7a

Change-Id: Ie62d2dfb45057ddea806092731152eee4f1889eb
parents a1599b92 10c94f7a
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -30,14 +30,18 @@
                     samplingRates="44100" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
        </devicePort>
        <devicePort tagName="USB Device Out" type="AUDIO_DEVICE_OUT_USB_DEVICE" role="sink"/>
        <devicePort tagName="USB Headset Out" type="AUDIO_DEVICE_OUT_USB_HEADSET" role="sink"/>
        <devicePort tagName="USB Device In" type="AUDIO_DEVICE_IN_USB_DEVICE" role="source"/>
        <devicePort tagName="USB Headset In" type="AUDIO_DEVICE_IN_USB_HEADSET" role="source"/>
    </devicePorts>
    <routes>
        <route type="mix" sink="USB Host Out"
               sources="usb_accessory output"/>
        <route type="mix" sink="USB Device Out"
               sources="usb_device output"/>
        <route type="mix" sink="USB Headset Out"
               sources="usb_device output"/>
        <route type="mix" sink="usb_device input"
               sources="USB Device In"/>
               sources="USB Device In,USB Headset In"/>
    </routes>
</module>