From bab88e0c31cee1c2603428c2ce6444aea343b646 Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Thu, 15 May 2025 15:17:02 +0200 Subject: [PATCH] ucm2: tegra: max98090: fix headphones conflicting device A recent change renames the speaker device but failed to update the headphones conflicting device list. Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/563 Fixes: ea7a065a7b50 ("ucm: fix SectionDevice identifiers") Signed-off-by: Johan Hovold Signed-off-by: Jaroslav Kysela --- ucm2/Tegra/max98090/HiFi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucm2/Tegra/max98090/HiFi.conf b/ucm2/Tegra/max98090/HiFi.conf index d6e4e9d..5d4ef71 100644 --- a/ucm2/Tegra/max98090/HiFi.conf +++ b/ucm2/Tegra/max98090/HiFi.conf @@ -33,7 +33,7 @@ SectionDevice."Headphones" { Comment = "Headphones" ConflictingDevice [ - "Speakers" + "Speaker" ] EnableSequence [ -- 2.47.1