2 Oct
2018
2 Oct
'18
6 p.m.
On Tue, Oct 02, 2018 at 11:27:30AM +0530, Jenny TC wrote:
+#ifdef CONFIG_ACPI +static const struct acpi_device_id dmic_acpi_match[] = {
- { "DMIC", 0 },
- {},
+}; +MODULE_DEVICE_TABLE(acpi, dmic_acpi_match); +#endif
This doesn't look like a standards conforming ACPI identifier, I thought they were all 8 characters?