diff options
| author | Mark Brown <broonie@kernel.org> | 2024-08-08 09:14:57 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2024-08-08 09:14:57 +0100 |
| commit | 1a4f7965016b9685bd158f7f306039ce96d2beb5 (patch) | |
| tree | 2e46d394a3da7e56f1bd5076cd836eaa8f99aef1 /sound/soc/amd | |
| parent | 7d2fb3812acde0a76e0d361877e8295db065f9f4 (diff) | |
| parent | a44b7b57ef144052cd322880c4d2b3d52e563544 (diff) | |
| download | linux-1a4f7965016b9685bd158f7f306039ce96d2beb5.tar.gz linux-1a4f7965016b9685bd158f7f306039ce96d2beb5.tar.bz2 linux-1a4f7965016b9685bd158f7f306039ce96d2beb5.zip | |
ASoC: Merge fixes
So we can apply AMD patches that rely on them.
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 1769e07e83dc..f4bbfffe9fcb 100644 --- a/sound/soc/amd/yc/acp6x-mach.c +++ b/sound/soc/amd/yc/acp6x-mach.c @@ -427,6 +427,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = { .driver_data = &acp6x_card, .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "HP"), + DMI_MATCH(DMI_BOARD_NAME, "8B27"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "HP"), DMI_MATCH(DMI_BOARD_NAME, "8B2F"), } }, |
