]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: sof-soundwire: Update cs42l45 JackControls
authorMaciej Strozek <mstrozek@opensource.cirrus.com>
Tue, 4 Nov 2025 14:34:36 +0000 (14:34 +0000)
committerJaroslav Kysela <perex@perex.cz>
Fri, 5 Dec 2025 08:49:27 +0000 (09:49 +0100)
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 <mstrozek@opensource.cirrus.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/sof-soundwire/cs42l45.conf

index 8e6a8daa24a4359fd892eb32f51aa7bf543a54cd..ba610480eaad7df7d7c9ab06f525157e89389556 100644 (file)
@@ -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"
        }
 }