]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: amd: yc: Add ASUS EXPERTBOOK BM1503CDA to quirk table
authorAzamat Almazbek uulu <almazbek1608@gmail.com>
Sat, 21 Feb 2026 11:48:13 +0000 (12:48 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 23 Feb 2026 14:52:11 +0000 (14:52 +0000)
commit32fc4168fa56f6301d858c778a3d712774e9657e
treecd017787c9924e7da70554428736f7d976c83797
parent6510e1324bcdc8caf21f6d17efe27604c48f0d64
ASoC: amd: yc: Add ASUS EXPERTBOOK BM1503CDA to quirk table

The ASUS ExpertBook BM1503CDA (Ryzen 5 7535U, Barcelo-R) has an
internal DMIC connected through the AMD ACP (Audio CoProcessor)
but is missing from the DMI quirk table, so the acp6x machine
driver probe returns -ENODEV and no DMIC capture device is created.

Add the DMI entry so the internal microphone works out of the box.

Signed-off-by: Azamat Almazbek uulu <almazbek1608@gmail.com>
Reviewed-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://patch.msgid.link/20260221114813.5610-1-almazbek1608@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/yc/acp6x-mach.c