]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI match less strict
authorHans de Goede <hdegoede@redhat.com>
Fri, 23 Aug 2024 07:43:05 +0000 (09:43 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 23 Aug 2024 10:02:53 +0000 (11:02 +0100)
commit839a4ec06f75cec8fec2cc5fc14e921d0c3f7369
tree0664e8db812c9c47afee8d192e9963d7fe18df29
parent0cc65482f5b03ac2b1c240bc34665e43ea2d71bb
ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI match less strict

There are 2G and 4G RAM versions of the Lenovo Yoga Tab 3 X90F and it
turns out that the 2G version has a DMI product name of
"CHERRYVIEW D1 PLATFORM" where as the 4G version has
"CHERRYVIEW C0 PLATFORM". The sys-vendor + product-version check are
unique enough that the product-name check is not necessary.

Drop the product-name check so that the existing DMI match for the 4G
RAM version also matches the 2G RAM version.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://patch.msgid.link/20240823074305.16873-1-hdegoede@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/soc-acpi-intel-cht-match.c