From: Mengdong Lin Date: Mon, 17 Nov 2014 06:36:40 +0000 (+0800) Subject: ASoC: Intel: add missing ACPI device table X-Git-Tag: firefly_0821_release~176^2~2610^2~38^2~16^3~10 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=eb826a35d2578106cf6fbfb2a83eedd1c0c2c415;p=firefly-linux-kernel-4.4.55.git 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: Mengdong Lin Acked-by: Vinod Koul Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/sst/sst_acpi.c b/sound/soc/intel/sst/sst_acpi.c index 2b1c5d907014..b261821163fa 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",