]> www.infradead.org Git - linux-platform-drivers-x86.git/commit
ASoC: Intel: Unify the thinkpad10 and aegex10 byt-match quirks
authorHans de Goede <hdegoede@redhat.com>
Fri, 2 Apr 2021 14:07:42 +0000 (16:07 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 2 Apr 2021 15:13:20 +0000 (16:13 +0100)
commitebbb165d2c0c44ffbf480e209f745ed4b0d5560a
tree26e62d575b53894d77d72199ab554ef2baffb8c4
parent628166c37c16250612da926c010fe6c84d086ac1
ASoC: Intel: Unify the thinkpad10 and aegex10 byt-match quirks

There is no reason to have separate quirk-handlers / byt_machine_id-s
for these.

These are both cases of BYT devices with a 10EC5640 ACPI HID while using
a rt5672 codec.

The Dell Venue 10 Pro 5055 is another example of such a device, instead
of adding a third byt_machine_id definition for this Dell model, make
change the 2 existing cases into a generic BYT_RT5672 byt_machine_id
in preparation for adding a quirk for the Dell Venue 10 Pro 5055.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210402140747.174716-2-hdegoede@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/soc-acpi-intel-byt-match.c