diff options
author | Sebastian Reichel <sre@kernel.org> | 2014-04-28 16:07:20 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-29 15:22:15 -0700 |
commit | beab3da1558a0b091fa9a6fd52755503f9c03eaf (patch) | |
tree | f4598ebe1e01b96073283705e13deb8cde9cd840 /sound/soc/omap | |
parent | 441dc45aa21ea7e1a6283e62489b940fdb3969d8 (diff) | |
download | talos-op-linux-beab3da1558a0b091fa9a6fd52755503f9c03eaf.tar.gz talos-op-linux-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.c | 1 |
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"); |