Skip to content
Snippets Groups Projects
Unverified Commit 658e9595 authored by Cristian Ciocaltea's avatar Cristian Ciocaltea Committed by Mark Brown
Browse files

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: default avatarCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Acked-by: default avatarDavid Rhodes <drhodes@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220621213819.262537-1-cristian.ciocaltea@collabora.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 7f6409fd
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,7 @@ MODULE_DEVICE_TABLE(of, cs35l41_of_match); ...@@ -74,6 +74,7 @@ MODULE_DEVICE_TABLE(of, cs35l41_of_match);
#ifdef CONFIG_ACPI #ifdef CONFIG_ACPI
static const struct acpi_device_id cs35l41_acpi_match[] = { static const struct acpi_device_id cs35l41_acpi_match[] = {
{ "CSC3541", 0 }, /* Cirrus Logic PnP ID + part ID */ { "CSC3541", 0 }, /* Cirrus Logic PnP ID + part ID */
{ "CLSA3541", 0 }, /* Cirrus Logic PnP ID + part ID */
{}, {},
}; };
MODULE_DEVICE_TABLE(acpi, cs35l41_acpi_match); MODULE_DEVICE_TABLE(acpi, cs35l41_acpi_match);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment