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

* Re: [PATCH] ASoC: Intel: add missing ACPI device table
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2014-11-17  8:54 UTC (permalink / raw)
  To: mengdong.lin; +Cc: alsa-devel, broonie, subhransu.s.prusty, liam.r.girdwood

On Mon, Nov 17, 2014 at 02:36:40PM +0800, mengdong.lin@intel.com wrote:
> 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>
Acked-by: Vinod Koul <vinod.koul@intel.com>

-- 
~Vinod

> 
> 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	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: Intel: add missing ACPI device table
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-11-17 10:56 UTC (permalink / raw)
  To: mengdong.lin; +Cc: vinod.koul, alsa-devel, subhransu.s.prusty, liam.r.girdwood


[-- Attachment #1.1: Type: text/plain, Size: 256 bytes --]

On Mon, Nov 17, 2014 at 02:36:40PM +0800, mengdong.lin@intel.com wrote:
> From: Mengdong Lin <mengdong.lin@intel.com>
> 
> The ACPI device table will generate the driver module alias for
> Intel audio devices enumerated from ACPI.

Applied, thanks.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[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.