]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: Intel: sst: Support LPE0F28 ACPI HID
authorHans de Goede <hdegoede@redhat.com>
Fri, 25 Oct 2024 09:02:21 +0000 (11:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 18:50:39 +0000 (19:50 +0100)
commit0b9a2fb8bb27f008cac1a0b68bf5335fc6a79c81
treef77a594977ba301afb78a386af96e9de98e3fb8a
parent96b04a80541e5f0cc0d415cded17b9fa468c13da
ASoC: Intel: sst: Support LPE0F28 ACPI HID

[ Upstream commit 6668610b4d8ce9a3ee3ed61a9471f62fb5f05bf9 ]

Some old Bay Trail tablets which shipped with Android as factory OS
have the SST/LPE audio engine described by an ACPI device with a
HID (Hardware-ID) of LPE0F28 instead of 80860F28.

Add support for this. Note this uses a new sst_res_info for just
the LPE0F28 case because it has a different layout for the IO-mem ACPI
resources then the 80860F28.

An example of a tablet which needs this is the Vexia EDU ATLA 10 tablet,
which has been distributed to schools in the Spanish AndalucĂ­a region.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patch.msgid.link/20241025090221.52198-1-hdegoede@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/hda/intel-dsp-config.c
sound/soc/intel/atom/sst/sst_acpi.c