aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/mxs/mxs-pcm.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-12-15 12:56:04 +0100
committerTakashi Iwai <tiwai@suse.de>2011-12-15 12:56:04 +0100
commit844ec3142af3b8fd7b9aa95886015eabed80983e (patch)
tree77ad6fe364195d9ccb8ec661be937dfcad38b3a3 /sound/soc/mxs/mxs-pcm.c
parent645e903528ca6cd510f9ac71a6a23de1a4d931e3 (diff)
parent497d496598f411cb7f0690725a0e8b9029cebdb9 (diff)
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound/soc/mxs/mxs-pcm.c')
-rw-r--r--sound/soc/mxs/mxs-pcm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/mxs/mxs-pcm.c b/sound/soc/mxs/mxs-pcm.c
index dea5aa4aa64..f39d7dd9fbc 100644
--- a/sound/soc/mxs/mxs-pcm.c
+++ b/sound/soc/mxs/mxs-pcm.c
@@ -357,3 +357,6 @@ static void __exit snd_mxs_pcm_exit(void)
platform_driver_unregister(&mxs_pcm_driver);
}
module_exit(snd_mxs_pcm_exit);
+
+MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:mxs-pcm-audio");