From e055d16bdf971e26c3d92d998bccb2ca4e4f3c1a Mon Sep 17 00:00:00 2001 From: binarycraft007 Date: Mon, 2 Jun 2025 13:41:38 +0800 Subject: [PATCH] ucm2: Qualcomm: add ASUS Vivobook S 15 support S15 supports: - 2 speakers. - 2 dmics - headset with mic. This patch adds support to all these, however only speakers, dmic and headset playback is tested. Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/570 Signed-off-by: binarycraft007 Signed-off-by: Jaroslav Kysela --- ucm2/Qualcomm/x1e80100/x1e80100.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucm2/Qualcomm/x1e80100/x1e80100.conf b/ucm2/Qualcomm/x1e80100/x1e80100.conf index 10faf5f..ecbb13d 100644 --- a/ucm2/Qualcomm/x1e80100/x1e80100.conf +++ b/ucm2/Qualcomm/x1e80100/x1e80100.conf @@ -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.*)|(ASUSTeK COMPUTER.*ASUS Zenbook A14)|(Microsoft Corporation.*Surface.*Microsoft Surface Laptop, 7th Edition)" + Regex "LENOVO.*Think((Pad T14s Gen 6.*)|(Book 16 G7 QOY))|(HP.*Omnibook X.*)|ASUSTeK COMPUTER.*ASUS (Zenbook A14|Vivobook S 15)|(Microsoft Corporation.*Surface.*Microsoft Surface Laptop, 7th Edition)" } True.Include.t14s.File "/Qualcomm/x1e80100/LENOVO-T14s.conf" } -- 2.47.3