]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: Qualcomm: fix typo in Lenovo T14s matching
authorChristopher Obbard <christopher.obbard@linaro.org>
Mon, 24 Mar 2025 12:05:26 +0000 (12:05 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 24 Mar 2025 12:34:58 +0000 (13:34 +0100)
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 <christopher.obbard@linaro.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/Qualcomm/x1e80100/x1e80100.conf

index 79257bd727a780a47c87674bc7619f90122d3670..0b42c7afaaa252f756b781e68d2ee2cc1e7f7164 100644 (file)
@@ -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 {