From: Mark Brown Date: Mon, 30 Mar 2026 16:59:52 +0000 (+0100) Subject: ASoC: Merge up fixes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a740dc5892a0e90e32ddae4d0ece501ace2adfc;p=thirdparty%2Flinux.git ASoC: Merge up fixes Merge branch 'for-7.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-7.1 for both ASoC and general bug fixes to support testing. --- 2a740dc5892a0e90e32ddae4d0ece501ace2adfc diff --cc sound/soc/amd/yc/acp6x-mach.c index ac920263af9ee,aa62009331825..85579c81378fb --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@@ -45,13 -45,13 +45,20 @@@ static struct snd_soc_card acp6x_card }; static const struct dmi_system_id yc_acp_quirk_table[] = { + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "Lecoo"), + DMI_MATCH(DMI_PRODUCT_NAME, "Bellator N176"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "HP"), + DMI_MATCH(DMI_PRODUCT_NAME, "HP Laptop 15-fc0xxx"), + } + }, { .driver_data = &acp6x_card, .matches = {