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

Commit a800fba3 authored by Divya Narayanan Poojary's avatar Divya Narayanan Poojary
Browse files

hal: configs: Add support for unprocessed audio source

 Add input devices to support unprocessed audio capture

Change-Id: I678134556c4f13a6daef7df89a0f3b50953e495e
parent f90b9806
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2021,6 +2021,14 @@
        <ctl name="MAD Input" value="DMIC1" />
    </path>

    <path name="unprocessed-handset-mic">
        <path name="handset-mic" />
    </path>

    <path name="unprocessed-mic">
        <path name="unprocessed-handset-mic" />
    </path>

    <!-- Added for ADSP testfwk -->
    <path name="ADSP testfwk">
        <ctl name="SLIMBUS_DL_HL Switch" value="1" />
+7 −0
Original line number Diff line number Diff line
@@ -271,4 +271,11 @@
        <path name="handset-mic" />
    </path>

    <path name="unprocessed-handset-mic">
        <path name="handset-mic" />
    </path>

    <path name="unprocessed-mic">
        <path name="unprocessed-handset-mic" />
    </path>
</mixer>
+8 −0
Original line number Diff line number Diff line
@@ -2140,6 +2140,14 @@
        <ctl name="MAD Input" value="DMIC1" />
    </path>

    <path name="unprocessed-handset-mic">
        <path name="handset-mic" />
    </path>

    <path name="unprocessed-mic">
        <path name="unprocessed-handset-mic" />
    </path>

    <!-- Added for ADSP testfwk -->
    <path name="ADSP testfwk">
        <ctl name="SLIMBUS_DL_HL Switch" value="1" />
+7 −0
Original line number Diff line number Diff line
@@ -271,4 +271,11 @@
        <path name="handset-mic" />
    </path>

    <path name="unprocessed-handset-mic">
        <path name="handset-mic" />
    </path>

    <path name="unprocessed-mic">
        <path name="unprocessed-handset-mic" />
    </path>
</mixer>