]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: sof-soundwire: cs42l43: Remove outdated DisableSequence elements
authorMaciej Strozek <mstrozek@opensource.cirrus.com>
Fri, 2 Jan 2026 11:47:24 +0000 (11:47 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 5 Jan 2026 14:42:39 +0000 (15:42 +0100)
cs42l43's 'Headset Microphone' and 'Microphone' devices were both used
to control mic mute LED in the past, but this was changed [1] to only
allow the built-in microphones to control the LED. Thus clean up the
DisableSequences to remove the switching off that is no longer needed.

[1]: https://github.com/alsa-project/alsa-ucm-conf/blob/master/ucm2/common/ctl/led.conf

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/671
Fixes: e87dde51d689 ("sof-soundwire: Add basic support for cs42l43")
Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/sof-soundwire/cs42l43-dmic.conf
ucm2/sof-soundwire/cs42l43.conf

index 70ce40ffabd9079e3583154d997a5180d82d627f..b68a70d1249406e0676acee8827710f9051d242a 100644 (file)
@@ -13,8 +13,6 @@ SectionDevice."Mic" {
        ]
 
        DisableSequence [
-               cset "name='cs42l43 Decimator 3 Switch' 0"
-               cset "name='cs42l43 Decimator 4 Switch' 0"
                cset "name='cs42l43 DP1TX1 Input' 'None'"
                cset "name='cs42l43 DP1TX2 Input' 'None'"
        ]
index 4b4e1187f3852efd40cfd98871ddfb4bd6191cfb..518321263406891f7f9d6077351a810e0309e0ef 100644 (file)
@@ -33,7 +33,6 @@ SectionDevice."Headset" {
        ]
 
        DisableSequence [
-               cset "name='cs42l43 Decimator 1 Switch' 0"
                cset "name='cs42l43 DP2TX1 Input' 'None'"
                cset "name='cs42l43 DP2TX2 Input' 'None'"
        ]