diff options
| -rw-r--r-- | sound/soc/mxs/mxs-pcm.c | 1 | ||||
| -rw-r--r-- | sound/soc/mxs/mxs-sgtl5000.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/mxs/mxs-pcm.c b/sound/soc/mxs/mxs-pcm.c index 8646913631de..f39d7dd9fbcb 100644 --- a/sound/soc/mxs/mxs-pcm.c +++ b/sound/soc/mxs/mxs-pcm.c | |||
| @@ -359,3 +359,4 @@ static void __exit snd_mxs_pcm_exit(void) | |||
| 359 | module_exit(snd_mxs_pcm_exit); | 359 | module_exit(snd_mxs_pcm_exit); |
| 360 | 360 | ||
| 361 | MODULE_LICENSE("GPL"); | 361 | MODULE_LICENSE("GPL"); |
| 362 | MODULE_ALIAS("platform:mxs-pcm-audio"); | ||
diff --git a/sound/soc/mxs/mxs-sgtl5000.c b/sound/soc/mxs/mxs-sgtl5000.c index 7fbeaec06eb4..1c57f6630a48 100644 --- a/sound/soc/mxs/mxs-sgtl5000.c +++ b/sound/soc/mxs/mxs-sgtl5000.c | |||
| @@ -171,3 +171,4 @@ module_exit(mxs_sgtl5000_exit); | |||
| 171 | MODULE_AUTHOR("Freescale Semiconductor, Inc."); | 171 | MODULE_AUTHOR("Freescale Semiconductor, Inc."); |
| 172 | MODULE_DESCRIPTION("MXS ALSA SoC Machine driver"); | 172 | MODULE_DESCRIPTION("MXS ALSA SoC Machine driver"); |
| 173 | MODULE_LICENSE("GPL"); | 173 | MODULE_LICENSE("GPL"); |
| 174 | MODULE_ALIAS("platform:mxs-sgtl5000"); | ||
