Skip to content

Commit

Permalink
ASoC: mxs: Add appropriate MODULE_ALIAS()
Browse files Browse the repository at this point in the history
Signed-off-by: Lothar Waßmann <[email protected]>
Acked-by: Wolfram Sang <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
lw-karo authored and broonie committed Dec 11, 2011
1 parent 06c8eb9 commit 9fd369b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/mxs/mxs-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,4 @@ static void __exit snd_mxs_pcm_exit(void)
module_exit(snd_mxs_pcm_exit);

MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:mxs-pcm-audio");
1 change: 1 addition & 0 deletions sound/soc/mxs/mxs-sgtl5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,4 @@ module_exit(mxs_sgtl5000_exit);
MODULE_AUTHOR("Freescale Semiconductor, Inc.");
MODULE_DESCRIPTION("MXS ALSA SoC Machine driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:mxs-sgtl5000");

0 comments on commit 9fd369b

Please sign in to comment.