]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: Qualcomm: add Asus Zenbook A14
authorAleksandrs Vinarskis <alex.vinarskis@gmail.com>
Wed, 9 Apr 2025 22:05:14 +0000 (00:05 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 14 Apr 2025 08:18:07 +0000 (10:18 +0200)
Add a Regex string, seems compatible with Lenovo T14s
x2 speakers, x2 DMICs, x3 DP (x2 USB-C, x1 DP->HDMI), headphone jack

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/544
Signed-off-by: Aleksandrs Vinarskis <alex.vinarskis@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/Qualcomm/x1e80100/x1e80100.conf

index 75b5555a403991e3c5364f0b233817968a753fd2..3f89986733d1d068f4aa63c770cc21e7d50c2b0e 100644 (file)
@@ -6,7 +6,7 @@ If.LENOVOT14s {
        Condition {
                Type RegexMatch
                String "${var:DMI_info}"
-               Regex "LENOVO.*Think((Pad T14s Gen 6.*)|(Book 16 G7 QOY))|(HP.*Omnibook X.*)"
+               Regex "LENOVO.*Think((Pad T14s Gen 6.*)|(Book 16 G7 QOY))|(HP.*Omnibook X.*)|(ASUSTeK COMPUTER.*ASUS Zenbook A14)"
        }
        True.Include.t14s.File "/Qualcomm/x1e80100/LENOVO-T14s.conf"
 }