diff options
author | Mengdong Lin <mengdong.lin@intel.com> | 2014-11-17 14:36:40 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-17 10:57:12 +0000 |
commit | eb826a35d2578106cf6fbfb2a83eedd1c0c2c415 (patch) | |
tree | 6497db7b417164fe3b78dc092efaa73006b064a6 /sound/soc/intel | |
parent | 336cfbb05edf7b122ea927dad6c746608723eb25 (diff) | |
download | linux-eb826a35d2578106cf6fbfb2a83eedd1c0c2c415.tar.bz2 |
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 <mengdong.lin@intel.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r-- | sound/soc/intel/sst/sst_acpi.c | 2 |
1 files changed, 2 insertions, 0 deletions
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", |