Skip to content

Commit 9fd369b

Browse files
lw-karobroonie
authored andcommitted
ASoC: mxs: Add appropriate MODULE_ALIAS()
Signed-off-by: Lothar Waßmann <[email protected]> Acked-by: Wolfram Sang <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 06c8eb9 commit 9fd369b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sound/soc/mxs/mxs-pcm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,3 +359,4 @@ static void __exit snd_mxs_pcm_exit(void)
359359
module_exit(snd_mxs_pcm_exit);
360360

361361
MODULE_LICENSE("GPL");
362+
MODULE_ALIAS("platform:mxs-pcm-audio");

sound/soc/mxs/mxs-sgtl5000.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,4 @@ module_exit(mxs_sgtl5000_exit);
171171
MODULE_AUTHOR("Freescale Semiconductor, Inc.");
172172
MODULE_DESCRIPTION("MXS ALSA SoC Machine driver");
173173
MODULE_LICENSE("GPL");
174+
MODULE_ALIAS("platform:mxs-sgtl5000");

0 commit comments

Comments
 (0)