From 06a2ef880c524319ea6bd0e2688573a002badecb Mon Sep 17 00:00:00 2001 From: Maciej Strozek Date: Fri, 2 Jan 2026 11:47:24 +0000 Subject: [PATCH] ucm2: sof-soundwire: cs42l43: Remove outdated DisableSequence elements 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 Signed-off-by: Jaroslav Kysela --- ucm2/sof-soundwire/cs42l43-dmic.conf | 2 -- ucm2/sof-soundwire/cs42l43.conf | 1 - 2 files changed, 3 deletions(-) diff --git a/ucm2/sof-soundwire/cs42l43-dmic.conf b/ucm2/sof-soundwire/cs42l43-dmic.conf index 70ce40f..b68a70d 100644 --- a/ucm2/sof-soundwire/cs42l43-dmic.conf +++ b/ucm2/sof-soundwire/cs42l43-dmic.conf @@ -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'" ] diff --git a/ucm2/sof-soundwire/cs42l43.conf b/ucm2/sof-soundwire/cs42l43.conf index 4b4e118..5183212 100644 --- a/ucm2/sof-soundwire/cs42l43.conf +++ b/ucm2/sof-soundwire/cs42l43.conf @@ -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'" ] -- 2.47.3