We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c8eb9 commit 9fd369bCopy full SHA for 9fd369b
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);
360
361
MODULE_LICENSE("GPL");
362
+MODULE_ALIAS("platform:mxs-pcm-audio");
sound/soc/mxs/mxs-sgtl5000.c
@@ -171,3 +171,4 @@ module_exit(mxs_sgtl5000_exit);
171
MODULE_AUTHOR("Freescale Semiconductor, Inc.");
172
MODULE_DESCRIPTION("MXS ALSA SoC Machine driver");
173
174
+MODULE_ALIAS("platform:mxs-sgtl5000");
0 commit comments