]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
Revert "ucm2: HDA/acp - add Capture simple mixer element to the ACP Mic device"
authorJaroslav Kysela <perex@perex.cz>
Mon, 7 Dec 2020 08:33:30 +0000 (09:33 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 7 Dec 2020 08:55:09 +0000 (09:55 +0100)
This reverts commit 3320b1ac804595d6c145c1ad7af85917182a3c98.

This solution does not work. The mute state is shared between
the HDA and AMD ACP in PA, so it may cause the security issue, if
the users do not set the mute manually.

BugLink: https://github.com/alsa-project/alsa-ucm-conf/issues/64
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/HDA-Intel/HiFi-acp.conf

index 15eeca527907168c21811c4ff194159ff3a3871f..123ae15f04066230a63e28ab0c39666fbbdd1d49 100644 (file)
@@ -4,6 +4,5 @@ SectionDevice."Mic1" {
        Value {
                CapturePriority 100
                CapturePCM "hw:${var:AcpCardId}"
-               CaptureMixerElem "Capture"
        }
 }