]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: Intel: add missing ACPI device table
authorMengdong Lin <mengdong.lin@intel.com>
Mon, 17 Nov 2014 06:36:40 +0000 (14:36 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 17 Nov 2014 10:57:12 +0000 (10:57 +0000)
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>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/sst/sst_acpi.c

index 2b1c5d90701434d833c8292634d166971b8867e2..b261821163fa1adc5e3d6ed0315cd16611105315 100644 (file)
@@ -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",