projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
336cfbb
)
ASoC: Intel: add missing ACPI device table
author
Mengdong Lin
<mengdong.lin@intel.com>
Mon, 17 Nov 2014 06:36:40 +0000
(14:36 +0800)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/sst/sst_acpi.c
b/sound/soc/intel/sst/sst_acpi.c
index 2b1c5d90701434d833c8292634d166971b8867e2..b261821163fa1adc5e3d6ed0315cd16611105315 100644
(file)
--- 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",