ASoC: AMD Renoir: Remove fix for DMI entry on Lenovo 2020 platforms
authorMark Pearson <markpearson@lenovo.com>
Wed, 2 Jun 2021 17:12:51 +0000 (13:12 -0400)
committerMark Brown <broonie@kernel.org>
Thu, 3 Jun 2021 12:55:19 +0000 (13:55 +0100)
Unfortunately the previous patch to fix issues using the AMD ACP bridge
has the side effect of breaking the dmic in other cases and needs to be
reverted.

Removing the changes while we revisit the fix and find something better.
Apologies for the churn.

Suggested-by: Gabriel Craciunescu <unix.or.die@gmail.com>
Signed-off-by: Mark Pearson <markpearson@lenovo.com>
Link: https://lore.kernel.org/r/20210602171251.3243-1-markpearson@lenovo.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/renoir/rn-pci-acp3x.c

index c9fb1c8fbf8c61073b2728f3ab4d876a585a82cc..19438da5dfa5d68c04513b9bac95d38609380aa1 100644 (file)
@@ -199,41 +199,6 @@ static const struct dmi_system_id rn_acp_quirk_table[] = {
                        DMI_EXACT_MATCH(DMI_BOARD_NAME, "20NLCTO1WW"),
                }
        },
-       {
-               /* Lenovo ThinkPad P14s Gen 1 (20Y1) */
-               .matches = {
-                       DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
-                       DMI_MATCH(DMI_BOARD_NAME, "20Y1"),
-               }
-       },
-       {
-               /* Lenovo ThinkPad T14s Gen1 */
-               .matches = {
-                       DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
-                       DMI_MATCH(DMI_BOARD_NAME, "20UH"),
-               }
-       },
-       {
-               /* Lenovo ThinkPad T14s Gen1 Campus */
-               .matches = {
-                       DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
-                       DMI_MATCH(DMI_BOARD_NAME, "20UJ"),
-               }
-       },
-       {
-               /* Lenovo ThinkPad T14 Gen 1*/
-               .matches = {
-                       DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
-                       DMI_MATCH(DMI_BOARD_NAME, "20UD"),
-               }
-       },
-       {
-               /* Lenovo ThinkPad X13 Gen 1*/
-               .matches = {
-                       DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
-                       DMI_MATCH(DMI_BOARD_NAME, "20UF"),
-               }
-       },
        {}
 };