All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: Intel: add missing ACPI device table
@ 2014-11-17  6:36 mengdong.lin
  2014-11-17  8:54 ` Vinod Koul
  2014-11-17 10:56 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: mengdong.lin @ 2014-11-17  6:36 UTC (permalink / raw)
  To: alsa-devel, broonie, vinod.koul, subhransu.s.prusty,
	liam.r.girdwood
  Cc: Mengdong Lin

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",
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-17 10:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17  6:36 [PATCH] ASoC: Intel: add missing ACPI device table mengdong.lin
2014-11-17  8:54 ` Vinod Koul
2014-11-17 10:56 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.