From 29e8d6ad1ade706feea44b421ba28d5997e78589 Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski Date: Fri, 16 Feb 2024 11:29:26 +0100 Subject: [PATCH] ucm2: Qualcomm: x1e80100: correct headphones Fix wireplumber warnings: Path HP Digital is not a volume or mute control Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/396 Signed-off-by: Krzysztof Kozlowski Signed-off-by: Jaroslav Kysela --- ucm2/Qualcomm/x1e80100/HiFi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucm2/Qualcomm/x1e80100/HiFi.conf b/ucm2/Qualcomm/x1e80100/HiFi.conf index 8d18970..c0dd797 100644 --- a/ucm2/Qualcomm/x1e80100/HiFi.conf +++ b/ucm2/Qualcomm/x1e80100/HiFi.conf @@ -48,7 +48,7 @@ SectionDevice."Headphones" { PlaybackPriority 200 PlaybackPCM "hw:${CardId},0" PlaybackMixer "default:${CardId}" - PlaybackMixerElem "HP Digital" + PlaybackMixerElem "HP" JackControl "Headphone Jack" JackHWMute "Speaker" } -- 2.47.1