]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
Qualcomm: qcs615: Remove JackControl from TALOS EVK HiFi config
authorLe Qi <le.qi@oss.qualcomm.com>
Thu, 12 Feb 2026 07:16:41 +0000 (15:16 +0800)
committerJaroslav Kysela <perex@perex.cz>
Mon, 16 Feb 2026 09:44:32 +0000 (10:44 +0100)
The EVK board does not support headset or jack detection.
Keeping JackControl entries prevents PipeWire (wpctl) from
exposing sinks and sources correctly.

Remove JackControl from Headphones and Headset devices so
PipeWire can enumerate playback and capture nodes normally.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/704
Signed-off-by: Le Qi <le.qi@oss.qualcomm.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/Qualcomm/qcs615/HiFi.conf

index 8978b2cb539dcc3d4109cf32c5e71fe4f6a480db..a20fc89fa8f45cccaf2de81f2e55bed7b4bf0c6d 100644 (file)
@@ -20,7 +20,6 @@ SectionDevice."Headphones" {
                PlaybackPCM "hw:${CardId},0"
                PlaybackMixer "default:${CardId}"
                PlaybackMixerElem "HP Digital"
-               JackControl "Headphone Jack"
        }
 }
 
@@ -33,7 +32,6 @@ SectionDevice."Headset" {
        Value {
                CapturePriority 100
                CapturePCM "hw:${CardId},1"
-               JackControl "Mic Jack"
                JackHWMute "Mic"
        }
 }