]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: Qualcomm: Add HONOR MagicBook Art 14 support
authorKonstantin Shabanov <mail@etehtsea.me>
Mon, 27 Apr 2026 11:38:23 +0000 (18:38 +0700)
committerJaroslav Kysela <perex@perex.cz>
Mon, 4 May 2026 09:16:50 +0000 (11:16 +0200)
Works with the same topology as CRD device.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/755
Signed-off-by: Konstantin Shabanov <mail@etehtsea.me>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/Qualcomm/x1e80100/x1e80100.conf

index 9f2db7fc1a03364802d49a0e76748535bd868d0c..0812f64f8378595335dfff46669d5ff6e3fe87b3 100644 (file)
@@ -51,3 +51,13 @@ If.DellXps9345 {
        }
        True.Include.xps.File "/Qualcomm/x1e80100/Dell-Xps-9345.conf"
 }
+
+# 4x WSA Speakers | 2x Microphones | 2x DP/HDMI | 1x WCD Headset
+If.HONORMagicBookArt  {
+       Condition {
+               Type RegexMatch
+               String "${var:DMI_info}"
+               Regex "HONOR.*MagicBook.*MRO-XXX-PCB"
+       }
+       True.Include.magicbook.File "/Qualcomm/x1e80100/X1E80100-CRD.conf"
+}