mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
ASoC: imx: add missing module informations
- add some modules aliases - add module license to avoid tainted kernel when loading the imx-pcm-audio driver Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
f6d96e0da1
commit
96dcabb99b
@ -337,3 +337,5 @@ static void __exit snd_imx_pcm_exit(void)
|
||||
platform_driver_unregister(&imx_pcm_driver);
|
||||
}
|
||||
module_exit(snd_imx_pcm_exit);
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS("platform:imx-pcm-audio");
|
||||
|
@ -774,4 +774,4 @@ module_exit(imx_ssi_exit);
|
||||
MODULE_AUTHOR("Sascha Hauer, <s.hauer@pengutronix.de>");
|
||||
MODULE_DESCRIPTION("i.MX I2S/ac97 SoC Interface");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
MODULE_ALIAS("platform:imx-ssi");
|
||||
|
Loading…
Reference in New Issue
Block a user