From: Maciej Strozek Date: Tue, 4 Nov 2025 14:34:36 +0000 (+0000) Subject: ucm2: sof-soundwire: Update cs42l45 JackControls X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=7bab30e73569918ffbf6455a36e560e345102c2f;p=alsa-ucm-conf.git 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 --- 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" } }