aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2014-04-28 16:07:20 +0200
committerMark Brown <broonie@linaro.org>2014-04-29 15:22:15 -0700
commitbeab3da1558a0b091fa9a6fd52755503f9c03eaf (patch)
treef4598ebe1e01b96073283705e13deb8cde9cd840 /sound/soc/omap
parentASoC: omap: rx51: Use static const char * const arrays (diff)
downloadlinux-dev-beab3da1558a0b091fa9a6fd52755503f9c03eaf.tar.xz
linux-dev-beab3da1558a0b091fa9a6fd52755503f9c03eaf.zip
ASoC: omap: rx51: Add module alias
Add module alias to support driver autoloading. Signed-off-by: Pali Rohár <pali.rohar@gmail.com> Signed-off-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/omap')
-rw-r--r--sound/soc/omap/rx51.c1
1 files changed, 1 insertions, 0 deletions
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");