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 3/3] ASoC: wm8962: Add MODULE_ALIAS
Date: Sat, 20 Jul 2013 16:16:03 -0300 [thread overview]
Message-ID: <1374347763-18261-3-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/wm8962.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index 8b8905d..a50033c 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -3837,6 +3837,7 @@ static struct i2c_driver wm8962_i2c_driver = {
module_i2c_driver(wm8962_i2c_driver);
+MODULE_ALIAS("platform:wm8962");
MODULE_DESCRIPTION("ASoC WM8962 driver");
MODULE_AUTHOR("Mark Brown <broonie@opensource.wolfsonmicro.com>");
MODULE_LICENSE("GPL");
--
1.8.1.2
next prev parent 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 ` [PATCH 2/3] ASoC: sgtl5000: " Fabio Estevam
2013-07-21 23:53 ` Mark Brown
2013-07-20 19:16 ` Fabio Estevam [this message]
2013-07-21 23:54 ` [PATCH 3/3] ASoC: wm8962: " 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-3-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 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).