mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 18:36:00 +00:00
ASoC: cs35l41: Add support for CLSA3541 ACPI device ID
Add support for the CLSA3541 ACPI device ID used on Valve's Steam Deck. The driver is fully compatible with the indicated hardware, hence no additional changes are required. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> Acked-by: David Rhodes <drhodes@opensource.cirrus.com> Link: https://lore.kernel.org/r/20220621213819.262537-1-cristian.ciocaltea@collabora.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
7f6409fd9b
commit
658e959530
@ -74,6 +74,7 @@ MODULE_DEVICE_TABLE(of, cs35l41_of_match);
|
||||
#ifdef CONFIG_ACPI
|
||||
static const struct acpi_device_id cs35l41_acpi_match[] = {
|
||||
{ "CSC3541", 0 }, /* Cirrus Logic PnP ID + part ID */
|
||||
{ "CLSA3541", 0 }, /* Cirrus Logic PnP ID + part ID */
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(acpi, cs35l41_acpi_match);
|
||||
|
Loading…
x
Reference in New Issue
Block a user