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

Commit 2bb3a73c authored by kunleiz's avatar kunleiz
Browse files

configs: add missing path for hifi-record

When plugging out usb-headset, hifi-record usecase
selects handset-mic as input device. It would use
hifi-record path entry in mixer path.This path entry
is missed to add.

Fix it by adding missing path for hifi-record.

CRs-Fixed: 2264971
Change-Id: Ibb810d0eb0aa8d44c574ca169e015f4e2652c555
parent fc182748
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.    -->
<!-- Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.    -->
<!--                                                                        -->
<!-- Redistribution and use in source and binary forms, with or without     -->
<!-- modification, are permitted provided that the following conditions are -->
@@ -2451,6 +2451,10 @@
        <ctl name="USB_AUDIO_RX Audio Mixer MultiMedia2" value="1" />
    </path>

    <path name="hifi-record">
        <ctl name="MultiMedia2 Mixer INT3_MI2S_TX" value="1" />
    </path>

    <path name="hifi-record usb-headset-mic">
        <ctl name="MultiMedia2 Mixer USB_AUDIO_TX" value="1" />
    </path>
+5 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.    -->
<!-- Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.    -->
<!--                                                                        -->
<!-- Redistribution and use in source and binary forms, with or without     -->
<!-- modification, are permitted provided that the following conditions are -->
@@ -2639,6 +2639,10 @@
        <ctl name="USB_AUDIO_RX Audio Mixer MultiMedia2" value="1" />
    </path>

    <path name="hifi-record">
        <ctl name="MultiMedia2 Mixer INT3_MI2S_TX" value="1" />
    </path>

    <path name="hifi-record usb-headset-mic">
        <ctl name="MultiMedia2 Mixer USB_AUDIO_TX" value="1" />
    </path>
+5 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.    -->
<!-- Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.    -->
<!--                                                                        -->
<!-- Redistribution and use in source and binary forms, with or without     -->
<!-- modification, are permitted provided that the following conditions are -->
@@ -2749,6 +2749,10 @@
        <ctl name="USB_AUDIO_RX Audio Mixer MultiMedia2" value="1" />
    </path>

    <path name="hifi-record">
        <ctl name="MultiMedia2 Mixer SLIM_0_TX" value="1" />
    </path>

    <path name="hifi-record usb-headset-mic">
        <ctl name="MultiMedia2 Mixer USB_AUDIO_TX" value="1" />
    </path>