diff options
| author | Mark Brown <broonie@kernel.org> | 2024-07-11 00:26:23 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2024-07-11 00:26:23 +0100 |
| commit | 1ee45e649ebf07f1438a464fc3bafd14becea797 (patch) | |
| tree | a35d7e2e37f4a41bdcbf34db559428861decdcee /sound/soc/amd | |
| parent | 0d1ebba74fad7b6b3eb0e2bc08d649d20c7aa7c9 (diff) | |
| parent | dc0e5ca8856dc6a97e3b117879dfb2b52bda06b6 (diff) | |
| download | linux-1ee45e649ebf07f1438a464fc3bafd14becea797.tar.gz linux-1ee45e649ebf07f1438a464fc3bafd14becea797.tar.bz2 linux-1ee45e649ebf07f1438a464fc3bafd14becea797.zip | |
firmware: cs_dsp: Some small coding improvements
Merge series from Richard Fitzgerald <rf@opensource.cirrus.com>:
Commit series that makes some small improvements to code and the
kernel log messages.
Diffstat (limited to 'sound/soc/amd')
| -rw-r--r-- | sound/soc/amd/yc/acp6x-mach.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c index 4b32517c1b7c..f54466ed8e3e 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -283,6 +283,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "M5402RA"), } }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "M5602RA"), + } + }, { .driver_data = &acp6x_card, .matches = { |
