diff mbox

[PATCHv2,2/9] ASoC: omap: rx51: Add module alias

Message ID 1398694047-28596-3-git-send-email-sre@kernel.org (mailing list archive)
State New, archived
Headers show

Commit Message

Sebastian Reichel April 28, 2014, 2:07 p.m. UTC
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>
---
 sound/soc/omap/rx51.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown April 29, 2014, 10:22 p.m. UTC | #1
On Mon, Apr 28, 2014 at 04:07:20PM +0200, Sebastian Reichel wrote:
> Add module alias to support driver autoloading.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c
index 1a3f05c..55713d0 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");