From: Le Qi Date: Thu, 12 Feb 2026 07:16:41 +0000 (+0800) Subject: Qualcomm: qcs615: Remove JackControl from TALOS EVK HiFi config X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e513b19d223f1559f43579e881ba86c618c142a9;p=alsa-ucm-conf.git Qualcomm: qcs615: Remove JackControl from TALOS EVK HiFi config 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 Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/Qualcomm/qcs615/HiFi.conf b/ucm2/Qualcomm/qcs615/HiFi.conf index 8978b2c..a20fc89 100644 --- a/ucm2/Qualcomm/qcs615/HiFi.conf +++ b/ucm2/Qualcomm/qcs615/HiFi.conf @@ -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" } }