From 52700c4c6b9d3e3e5e7345bb453abb5af0ec5fcc Mon Sep 17 00:00:00 2001 From: Christopher Obbard Date: Mon, 24 Mar 2025 12:05:26 +0000 Subject: [PATCH] ucm2: Qualcomm: fix typo in Lenovo T14s matching The original commit referenced an incorrect laptop model in the matching code. Use the correct model. This introduces no functional changes. Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/532 Fixes: e17dde6fd1c3 ("ucm2: Qualcomm: add Lenovo T14s support") Signed-off-by: Christopher Obbard Signed-off-by: Jaroslav Kysela --- ucm2/Qualcomm/x1e80100/x1e80100.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucm2/Qualcomm/x1e80100/x1e80100.conf b/ucm2/Qualcomm/x1e80100/x1e80100.conf index 79257bd..0b42c7a 100644 --- a/ucm2/Qualcomm/x1e80100/x1e80100.conf +++ b/ucm2/Qualcomm/x1e80100/x1e80100.conf @@ -1,12 +1,12 @@ Syntax 4 -If.LENOVOX14s { +If.LENOVOT14s { Condition { Type RegexMatch String "${sys:devices/virtual/dmi/id/board_vendor}-${sys:devices/virtual/dmi/id/product_family}" Regex "LENOVO.*ThinkPad T14s Gen 6.*" } - True.Include.x14s.File "/Qualcomm/x1e80100/LENOVO-T14s.conf" + True.Include.t14s.File "/Qualcomm/x1e80100/LENOVO-T14s.conf" } If.LENOVOSlim7x { -- 2.47.1