From 7bab30e73569918ffbf6455a36e560e345102c2f Mon Sep 17 00:00:00 2001 From: Maciej Strozek Date: Tue, 4 Nov 2025 14:34:36 +0000 Subject: [PATCH] ucm2: sof-soundwire: Update cs42l45 JackControls Update JackControls to follow machine driver changes [1] [1] https://lore.kernel.org/all/20251127163426.2500633-3-ckeepax@opensource.cirrus.com/ Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/644 Signed-off-by: Maciej Strozek Signed-off-by: Jaroslav Kysela --- ucm2/sof-soundwire/cs42l45.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ucm2/sof-soundwire/cs42l45.conf b/ucm2/sof-soundwire/cs42l45.conf index 8e6a8da..ba61048 100644 --- a/ucm2/sof-soundwire/cs42l45.conf +++ b/ucm2/sof-soundwire/cs42l45.conf @@ -16,12 +16,12 @@ SectionDevice."Headphones" { PlaybackPCM "hw:${CardId},0" PlaybackMixer "default:${CardId}" PlaybackVolume "cs42l45 FU 41 Channel Volume" - JackControl "Headphone Jack" + JackControl "cs42l45 OT 43 Headphone Jack" } } SectionDevice."Headset" { - Comment "Headset Microphone" + Comment "Jack Microphone" EnableSequence [ cset "name='cs42l45 FU 36 Mute Switch' 0" @@ -36,6 +36,6 @@ SectionDevice."Headset" { CapturePCM "hw:${CardId},1" CaptureMixer "default:${CardId}" CaptureVolume "cs42l45 FU 36 Channel Volume" - JackControl "Headset Mic Jack" + JackControl "cs42l45 IT 31 Microphone Jack" } } -- 2.47.3