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

Commit f41ede2d authored by Aniket Kumar Lata's avatar Aniket Kumar Lata Committed by Gerrit - the friendly Code Review server
Browse files

configs: add usb tty support

- add usb tty mixer path to enable usb tty feature

Change-Id: I7967892f921db82a70e607eb7aa1d1f09f9bd350
CRs-Fixed: 2052125
parent 28718c54
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" />