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 <mail@etehtsea.me>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Konstantin Shabanov 2026-04-27 18:38:23 +07:00 committed by Jaroslav Kysela
commit 55bfffc4cb

View 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"
}