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

Commit d9612eb1 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "configs: add usb tty support"

parents bdaf3020 f41ede2d
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -2465,6 +2465,31 @@
        <path name="unprocessed-handset-mic" />
    </path>

    <!-- USB TTY start -->

    <!-- full: both end tty -->
    <path name="voice-tty-full-usb">
        <ctl name="TTY Mode" value="FULL" />
        <path name="usb-headphones" />
    </path>

    <path name="voice-tty-full-usb-mic">
        <path name="usb-headset-mic" />
    </path>

    <!-- vco, in: handset mic use existing, out: tty -->
    <path name="voice-tty-vco-usb">
        <ctl name="TTY Mode" value="VCO" />
        <path name="usb-headphones" />
    </path>

    <!-- hco, in: tty, out: speaker, use existing handset -->
    <path name="voice-tty-hco-usb-mic">
        <path name="voice-tty-full-usb-mic" />
    </path>

    <!-- USB TTY end   -->

    <!-- Added for ADSP testfwk -->
    <path name="ADSP testfwk">
        <ctl name="SLIMBUS_DL_HL Switch" value="1" />
+25 −0
Original line number Diff line number Diff line
@@ -2234,6 +2234,31 @@
        <path name="unprocessed-handset-mic" />
    </path>

    <!-- USB TTY start -->

    <!-- full: both end tty -->
    <path name="voice-tty-full-usb">
        <ctl name="TTY Mode" value="FULL" />
        <path name="usb-headphones" />
    </path>

    <path name="voice-tty-full-usb-mic">
        <path name="usb-headset-mic" />
    </path>

    <!-- vco, in: handset mic use existing, out: tty -->
    <path name="voice-tty-vco-usb">
        <ctl name="TTY Mode" value="VCO" />
        <path name="usb-headphones" />
    </path>

    <!-- hco, in: tty, out: speaker, use existing handset -->
    <path name="voice-tty-hco-usb-mic">
        <path name="voice-tty-full-usb-mic" />
    </path>

    <!-- USB TTY end   -->

    <!-- Added for ADSP testfwk -->
    <path name="ADSP testfwk">
        <ctl name="SLIMBUS_DL_HL Switch" value="1" />