diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-01-07 18:52:46 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-01-07 18:52:58 +0100 |
commit | 6dcb8bf9a1d7f6d137a17b76177cd67e9b8e023d (patch) | |
tree | f73ca2bee2f77eb965f049d10e10636a0ff718a0 /sound/soc/amd/renoir | |
parent | ALSA: maestro: Use DIV_ROUND_CLOSEST() instead of open-coding it (diff) | |
parent | Merge tag 'asoc-fix-v5.11-rc2' of https://git.kernel.org/pub/scm/linux/kernel... (diff) | |
download | linux-6dcb8bf9a1d7f6d137a17b76177cd67e9b8e023d.tar.xz linux-6dcb8bf9a1d7f6d137a17b76177cd67e9b8e023d.zip |
Merge branch 'for-linus' into for-next
Back-merge of 5.11-devel branch for syncing the result changes.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/amd/renoir')
-rw-r--r-- | sound/soc/amd/renoir/rn-pci-acp3x.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/soc/amd/renoir/rn-pci-acp3x.c b/sound/soc/amd/renoir/rn-pci-acp3x.c index fa169bf09886..deca8c7a0e87 100644 --- a/sound/soc/amd/renoir/rn-pci-acp3x.c +++ b/sound/soc/amd/renoir/rn-pci-acp3x.c @@ -171,6 +171,20 @@ static const struct dmi_system_id rn_acp_quirk_table[] = { DMI_EXACT_MATCH(DMI_BOARD_NAME, "LNVNB161216"), } }, + { + /* Lenovo ThinkPad E14 Gen 2 */ + .matches = { + DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "LENOVO"), + DMI_EXACT_MATCH(DMI_BOARD_NAME, "20T6CTO1WW"), + } + }, + { + /* Lenovo ThinkPad X395 */ + .matches = { + DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "LENOVO"), + DMI_EXACT_MATCH(DMI_BOARD_NAME, "20NLCTO1WW"), + } + }, {} }; |