From 46f30b3f9f7468d6f1286d296faf6bf6bd6c3235 Mon Sep 17 00:00:00 2001 From: Maciej Strozek Date: Fri, 2 Jan 2026 12:03:28 +0000 Subject: [PATCH] ucm2: sof-soundwire: cs42l45: Remove outdated DisableSequence elements cs42l45 configs has DisableSequences elements copied over from cs42l43 configuration that are no longer needed, delete them. Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/671 Fixes: f47b9418c81a ("ucm2: soundwire: cs42l45: Add support for CS42L45 codec") Signed-off-by: Maciej Strozek Signed-off-by: Jaroslav Kysela --- ucm2/sof-soundwire/cs42l45-dmic.conf | 4 ---- ucm2/sof-soundwire/cs42l45.conf | 4 ---- 2 files changed, 8 deletions(-) diff --git a/ucm2/sof-soundwire/cs42l45-dmic.conf b/ucm2/sof-soundwire/cs42l45-dmic.conf index d46808e..4db1616 100644 --- a/ucm2/sof-soundwire/cs42l45-dmic.conf +++ b/ucm2/sof-soundwire/cs42l45-dmic.conf @@ -7,10 +7,6 @@ SectionDevice."Mic" { "Headset" ] - DisableSequence [ - cset "name='cs42l45 FU 113 Channel Switch' 0" - ] - Value { CapturePriority 100 CapturePCM "hw:${CardId},4" diff --git a/ucm2/sof-soundwire/cs42l45.conf b/ucm2/sof-soundwire/cs42l45.conf index c88562a..5383d0d 100644 --- a/ucm2/sof-soundwire/cs42l45.conf +++ b/ucm2/sof-soundwire/cs42l45.conf @@ -15,10 +15,6 @@ SectionDevice."Headphones" { SectionDevice."Headset" { Comment "Jack Microphone" - DisableSequence [ - cset "name='cs42l45 FU 36 Channel Switch' 0" - ] - Value { CapturePriority 200 CapturePCM "hw:${CardId},1" -- 2.47.3