]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet 5V
authorHans de Goede <hdegoede@redhat.com>
Thu, 23 Jan 2025 13:25:07 +0000 (14:25 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 23 Jan 2025 15:56:22 +0000 (15:56 +0000)
commit6917192378c1ce17ba31df51c4e0d8b1c97a453b
tree0ca17a49cd23598b29675f1926094e8a07fc8dcf
parent4a32a38cb68f55ff9e100df348ddb3d4b3e50643
ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet 5V

The Vexia EDU ATLA 10 tablet comes in 2 different versions with
significantly different mainboards. The only outward difference is that
the charging barrel on one is marked 5V and the other is marked 9V.

The 5V version mostly works with the BYTCR defaults, except that it is
missing a CHAN package in its ACPI tables and the default of using
SSP0-AIF2 is wrong, instead SSP0-AIF1 must be used. That and its jack
detect signal is not inverted as it usually is.

Add a DMI quirk for the 5V version to fix sound not working.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patch.msgid.link/20250123132507.18434-1-hdegoede@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/bytcr_rt5640.c