提交 eb826a35 编写于 作者: M Mengdong Lin 提交者: 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: NMengdong Lin <mengdong.lin@intel.com>
Acked-by: NVinod Koul <vinod.koul@intel.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册