From: Konstantin Shabanov Date: Mon, 27 Apr 2026 11:38:23 +0000 (+0700) Subject: ucm2: Qualcomm: Add HONOR MagicBook Art 14 support X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=55bfffc4cb3c1cb9699b8d13c8e81404f0c45a65;p=alsa-ucm-conf.git ucm2: Qualcomm: Add HONOR MagicBook Art 14 support Works with the same topology as CRD device. Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/755 Signed-off-by: Konstantin Shabanov Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/Qualcomm/x1e80100/x1e80100.conf b/ucm2/Qualcomm/x1e80100/x1e80100.conf index 9f2db7f..0812f64 100644 --- a/ucm2/Qualcomm/x1e80100/x1e80100.conf +++ b/ucm2/Qualcomm/x1e80100/x1e80100.conf @@ -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" +}