Re: [PATCH] ASoC: amd: acp-config: add quirk for more ASUS FA401EA variants

From: Mark Brown

Date: Wed Aug 26 2026 - 10:24:32 EST


On Wed, Aug 26, 2026 at 05:42:09PM +0800, Shengyu Qu wrote:
> Existing quirks doesn't cover all known exising FA401EA devices, so add
> more quirk items to cover them.

> + {
> + .matches = {
> + DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "FA401EA"),
> + },
> + },
> {
> .matches = {
> DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC"),
> DMI_MATCH(DMI_PRODUCT_NAME, "TUF Gaming A14 FA401EA"),
> },
> },
> + {
> + .matches = {
> + DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "TX Air FA401EA"),
> + },
> + },

Do we need all these entries, DMI matches use substr() so I'd expect the
first entry to match on all the machines that the other two matches,
unless I'm misunderstanding somehow?

Attachment: signature.asc
Description: PGP signature