From beab3da1558a0b091fa9a6fd52755503f9c03eaf Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Mon, 28 Apr 2014 16:07:20 +0200 Subject: ASoC: omap: rx51: Add module alias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add module alias to support driver autoloading. Signed-off-by: Pali Rohár Signed-off-by: Sebastian Reichel Signed-off-by: Mark Brown --- sound/soc/omap/rx51.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sound/soc/omap') 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"); -- cgit v1.2.3-59-g8ed1b