mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
Merge remote-tracking branch 'asoc/fix/rt5640' into asoc-linus
This commit is contained in:
commit
542af23808
1 changed files with 1 additions and 0 deletions
|
@ -2124,6 +2124,7 @@ MODULE_DEVICE_TABLE(of, rt5640_of_match);
|
||||||
static struct acpi_device_id rt5640_acpi_match[] = {
|
static struct acpi_device_id rt5640_acpi_match[] = {
|
||||||
{ "INT33CA", 0 },
|
{ "INT33CA", 0 },
|
||||||
{ "10EC5640", 0 },
|
{ "10EC5640", 0 },
|
||||||
|
{ "10EC5642", 0 },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(acpi, rt5640_acpi_match);
|
MODULE_DEVICE_TABLE(acpi, rt5640_acpi_match);
|
||||||
|
|
Loading…
Reference in a new issue