diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2016-05-06 18:27:34 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-05-06 19:42:28 +0300 |
commit | e5b7d71aa5b32180adec49a17c752e577c68f740 (patch) | |
tree | 3322720d91946d6f93e91ac346340b9289530947 /sound/soc/pxa/mioa701_wm9713.c | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) | |
download | linux-e5b7d71aa5b32180adec49a17c752e577c68f740.tar.xz |
ASoC: pxa: Fix module autoload for platform drivers
These platform drivers are lacking MODULE_ALIAS so module autoloading
doesn't work. Tested on corgi and poodle with kernel 4.4.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/pxa/mioa701_wm9713.c')
-rw-r--r-- | sound/soc/pxa/mioa701_wm9713.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/mioa701_wm9713.c b/sound/soc/pxa/mioa701_wm9713.c index 5c8f9db50a47..d1661fa6ee08 100644 --- a/sound/soc/pxa/mioa701_wm9713.c +++ b/sound/soc/pxa/mioa701_wm9713.c @@ -207,3 +207,4 @@ module_platform_driver(mioa701_wm9713_driver); MODULE_AUTHOR("Robert Jarzmik (rjarzmik@free.fr)"); MODULE_DESCRIPTION("ALSA SoC WM9713 MIO A701"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("platform:mioa701-wm9713"); |