[alsa-devel] [PATCH] ASoC: Intel: add missing ACPI device table
From: Mengdong Lin mengdong.lin@intel.com
The ACPI device table will generate the driver module alias for Intel audio devices enumerated from ACPI.
Signed-off-by: Mengdong Lin mengdong.lin@intel.com
diff --git a/sound/soc/intel/sst/sst_acpi.c b/sound/soc/intel/sst/sst_acpi.c index 2b1c5d9..b261821 100644 --- a/sound/soc/intel/sst/sst_acpi.c +++ b/sound/soc/intel/sst/sst_acpi.c @@ -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",
On Mon, Nov 17, 2014 at 02:36:40PM +0800, mengdong.lin@intel.com wrote:
From: Mengdong Lin mengdong.lin@intel.com
The ACPI device table will generate the driver module alias for Intel audio devices enumerated from ACPI.
Signed-off-by: Mengdong Lin mengdong.lin@intel.com
Acked-by: Vinod Koul vinod.koul@intel.com
On Mon, Nov 17, 2014 at 02:36:40PM +0800, mengdong.lin@intel.com wrote:
From: Mengdong Lin mengdong.lin@intel.com
The ACPI device table will generate the driver module alias for Intel audio devices enumerated from ACPI.
Applied, thanks.
participants (3)
-
Mark Brown
-
mengdong.lin@intel.com
-
Vinod Koul