All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: broonie@kernel.org
Cc: Fabio Estevam <fabio.estevam@freescale.com>,
	alsa-devel@alsa-project.org, timur@tabi.org
Subject: [PATCH 2/3] ASoC: sgtl5000: Add MODULE_ALIAS
Date: Sat, 20 Jul 2013 16:16:02 -0300	[thread overview]
Message-ID: <1374347763-18261-2-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1374347763-18261-1-git-send-email-festevam@gmail.com>

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/codecs/sgtl5000.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c
index c8b9090..58b1b30 100644
--- a/sound/soc/codecs/sgtl5000.c
+++ b/sound/soc/codecs/sgtl5000.c
@@ -1608,6 +1608,7 @@ static struct i2c_driver sgtl5000_i2c_driver = {
 
 module_i2c_driver(sgtl5000_i2c_driver);
 
+MODULE_ALIAS("platform:sgtl5000");
 MODULE_DESCRIPTION("Freescale SGTL5000 ALSA SoC Codec Driver");
 MODULE_AUTHOR("Zeng Zhaoming <zengzm.kernel@gmail.com>");
 MODULE_LICENSE("GPL");
-- 
1.8.1.2

  reply	other threads:[~2013-07-20 19:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-20 19:16 [PATCH 1/3] ASoC: fsl: fsl_ssi: Add MODULE_ALIAS Fabio Estevam
2013-07-20 19:16 ` Fabio Estevam [this message]
2013-07-21 23:53   ` [PATCH 2/3] ASoC: sgtl5000: " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1374347763-18261-2-git-send-email-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=fabio.estevam@freescale.com \
    --cc=timur@tabi.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.