summaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/omap-mcpdm.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-07-23 14:34:42 +0200
committerTakashi Iwai <tiwai@suse.de>2012-07-23 14:34:42 +0200
commitc1b623d9e4117d18d244e9b7fb30d2c27aeaf074 (patch)
tree4359ba3978e19d8659aea4832391480dc36ce513 /sound/soc/omap/omap-mcpdm.c
parentALSA: hda - add dock support for Thinkpad X230 Tablet (diff)
parentMerge branch 'for-3.5' into for-3.6 (diff)
downloadlinux-c1b623d9e4117d18d244e9b7fb30d2c27aeaf074.tar.xz
linux-c1b623d9e4117d18d244e9b7fb30d2c27aeaf074.zip
Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
ASoC: Additional updates for 3.6 A few more fixes for 3.6, some of which are relatively important - they've all been in -next for at least some time. - DAPM fixes for the recent locking changes. - Fix for _PRE and _POST widgets (which have been broken for a few releases now). - A couple of minor driver updates.
Diffstat (limited to 'sound/soc/omap/omap-mcpdm.c')
-rw-r--r--sound/soc/omap/omap-mcpdm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/omap/omap-mcpdm.c b/sound/soc/omap/omap-mcpdm.c
index 59d47ab5b15d..2c66e2498a45 100644
--- a/sound/soc/omap/omap-mcpdm.c
+++ b/sound/soc/omap/omap-mcpdm.c
@@ -527,6 +527,7 @@ static struct platform_driver asoc_mcpdm_driver = {
module_platform_driver(asoc_mcpdm_driver);
+MODULE_ALIAS("platform:omap-mcpdm");
MODULE_AUTHOR("Misael Lopez Cruz <misael.lopez@ti.com>");
MODULE_DESCRIPTION("OMAP PDM SoC Interface");
MODULE_LICENSE("GPL");