alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ASoC: fsl: fsl_ssi: Add MODULE_ALIAS
@ 2013-07-20 19:16 Fabio Estevam
  2013-07-20 19:16 ` [PATCH 2/3] ASoC: sgtl5000: " Fabio Estevam
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Fabio Estevam @ 2013-07-20 19:16 UTC (permalink / raw)
  To: broonie; +Cc: Fabio Estevam, alsa-devel, timur

From: Fabio Estevam <fabio.estevam@freescale.com>

Add MODULE_ALIAS, so that auto module loading can work.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 sound/soc/fsl/fsl_ssi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c
index c9974a4..429fbfd 100644
--- a/sound/soc/fsl/fsl_ssi.c
+++ b/sound/soc/fsl/fsl_ssi.c
@@ -900,6 +900,7 @@ static struct platform_driver fsl_ssi_driver = {
 
 module_platform_driver(fsl_ssi_driver);
 
+MODULE_ALIAS("platform:fsl-ssi-dai");
 MODULE_AUTHOR("Timur Tabi <timur@freescale.com>");
 MODULE_DESCRIPTION("Freescale Synchronous Serial Interface (SSI) ASoC Driver");
 MODULE_LICENSE("GPL v2");
-- 
1.8.1.2

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

end of thread, other threads:[~2013-07-21 23:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-20 19:16 [PATCH 1/3] ASoC: fsl: fsl_ssi: Add MODULE_ALIAS Fabio Estevam
2013-07-20 19:16 ` [PATCH 2/3] ASoC: sgtl5000: " Fabio Estevam
2013-07-21 23:53   ` Mark Brown
2013-07-20 19:16 ` [PATCH 3/3] ASoC: wm8962: " Fabio Estevam
2013-07-21 23:54   ` Mark Brown
2013-07-20 22:54 ` [PATCH 1/3] ASoC: fsl: fsl_ssi: " Timur Tabi
2013-07-21 23:55 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).