Skip to content

Commit 88392a0

Browse files
Lucas Tanuretiwai
authored andcommitted
platform/x86: serial-multi-instantiate: Add CLSA0101 Laptop
The device CLSA0101 has two instances of CS35L41 connected by I2C. Signed-off-by: Lucas Tanure <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 70cfdd0 commit 88392a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/platform/x86/serial-multi-instantiate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ static const struct acpi_device_id smi_acpi_ids[] = {
329329
{ "CSC3551", (unsigned long)&cs35l41_hda },
330330
/* Non-conforming _HID for Cirrus Logic already released */
331331
{ "CLSA0100", (unsigned long)&cs35l41_hda },
332+
{ "CLSA0101", (unsigned long)&cs35l41_hda },
332333
{ }
333334
};
334335
MODULE_DEVICE_TABLE(acpi, smi_acpi_ids);

0 commit comments

Comments
 (0)