[PATCH] ALSA: hda/realtek: Add CLSA0101 to serial-multi-instantiate.
Cameron Berkenpas
cam at neo-zeon.de
Wed Aug 17 03:00:43 CEST 2022
To add to this, it seems this patch was originally included but was
somehow lost at some point:
https://www.spinics.net/lists/alsa-devel/msg145711.html
It seems the rest of the patch series made it in intact.
On 8/16/22 12:46, Cameron Berkenpas wrote:
> Added CLSA0101 to serial-multi-instantiate.c.
>
> Signed-off-by: Cameron Berkenpas <cam at neo-zeon.de>
> ---
> drivers/platform/x86/serial-multi-instantiate.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/platform/x86/serial-multi-instantiate.c b/drivers/platform/x86/serial-multi-instantiate.c
> index 1e8063b7c169..bc9bf591dd10 100644
> --- a/drivers/platform/x86/serial-multi-instantiate.c
> +++ b/drivers/platform/x86/serial-multi-instantiate.c
> @@ -327,8 +327,9 @@ static const struct acpi_device_id smi_acpi_ids[] = {
> { "BSG2150", (unsigned long)&bsg2150_data },
> { "INT3515", (unsigned long)&int3515_data },
> { "CSC3551", (unsigned long)&cs35l41_hda },
> - /* Non-conforming _HID for Cirrus Logic already released */
> + /* Non-conforming _HIDs for Cirrus Logic already released */
> { "CLSA0100", (unsigned long)&cs35l41_hda },
> + { "CLSA0101", (unsigned long)&cs35l41_hda },
> { }
> };
> MODULE_DEVICE_TABLE(acpi, smi_acpi_ids);
More information about the Alsa-devel
mailing list