From: Sebastian Reichel Date: Mon, 28 Apr 2014 14:07:20 +0000 (+0200) Subject: ASoC: omap: rx51: Add module alias X-Git-Tag: v3.16-rc1~12^2~52^2~2^3~9 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=beab3da1558a0b091fa9a6fd52755503f9c03eaf;p=linux.git ASoC: omap: rx51: Add module alias Add module alias to support driver autoloading. Signed-off-by: Pali Rohár Signed-off-by: Sebastian Reichel Signed-off-by: Mark Brown --- diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c index 1a3f05ce39a5..55713d08348d 100644 --- a/sound/soc/omap/rx51.c +++ b/sound/soc/omap/rx51.c @@ -421,3 +421,4 @@ module_exit(rx51_soc_exit); MODULE_AUTHOR("Nokia Corporation"); MODULE_DESCRIPTION("ALSA SoC Nokia RX-51"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("platform:rx51-audio");