Commit eb826a35 authored by Mengdong Lin's avatar Mengdong Lin Committed by Mark Brown

ASoC: Intel: add missing ACPI device table

The ACPI device table will generate the driver module alias for
Intel audio devices enumerated from ACPI.
Signed-off-by: default avatarMengdong Lin <mengdong.lin@intel.com>
Acked-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 336cfbb0
......@@ -342,6 +342,8 @@ static const struct acpi_device_id sst_acpi_ids[] = {
{ },
};
MODULE_DEVICE_TABLE(acpi, sst_acpi_ids);
static struct platform_driver sst_acpi_driver = {
.driver = {
.name = "intel_sst_acpi",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment