aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/mxs/mxs-pcm.c3
-rw-r--r--sound/soc/mxs/mxs-sgtl5000.c1
2 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/mxs/mxs-pcm.c b/sound/soc/mxs/mxs-pcm.c
index 612ad3d9052d..0e12f4e0a76d 100644
--- a/sound/soc/mxs/mxs-pcm.c
+++ b/sound/soc/mxs/mxs-pcm.c
@@ -347,3 +347,6 @@ static struct platform_driver mxs_pcm_driver = {
347}; 347};
348 348
349module_platform_driver(mxs_pcm_driver); 349module_platform_driver(mxs_pcm_driver);
350
351MODULE_LICENSE("GPL");
352MODULE_ALIAS("platform:mxs-pcm-audio");
diff --git a/sound/soc/mxs/mxs-sgtl5000.c b/sound/soc/mxs/mxs-sgtl5000.c
index 200a9282b7cc..259278f95cdf 100644
--- a/sound/soc/mxs/mxs-sgtl5000.c
+++ b/sound/soc/mxs/mxs-sgtl5000.c
@@ -161,3 +161,4 @@ module_platform_driver(mxs_sgtl5000_audio_driver);
161MODULE_AUTHOR("Freescale Semiconductor, Inc."); 161MODULE_AUTHOR("Freescale Semiconductor, Inc.");
162MODULE_DESCRIPTION("MXS ALSA SoC Machine driver"); 162MODULE_DESCRIPTION("MXS ALSA SoC Machine driver");
163MODULE_LICENSE("GPL"); 163MODULE_LICENSE("GPL");
164MODULE_ALIAS("platform:mxs-sgtl5000");