summaryrefslogtreecommitdiffstats
path: root/sound/soc/ep93xx
diff options
context:
space:
mode:
authorMika Westerberg2011-09-11 11:28:49 +0200
committerMark Brown2011-09-16 11:11:22 +0200
commit9306816954e6e7c3986495f9141a04d5393f998a (patch)
tree32d021fd5b168fc1a00820767b44f13a3efe54fc /sound/soc/ep93xx
parentARM: ep93xx: snappercl15: register audio platform device (diff)
downloadkernel-qcow2-linux-9306816954e6e7c3986495f9141a04d5393f998a.tar.gz
kernel-qcow2-linux-9306816954e6e7c3986495f9141a04d5393f998a.tar.xz
kernel-qcow2-linux-9306816954e6e7c3986495f9141a04d5393f998a.zip
ASoC: ep93xx-pcm: add MODULE_ALIAS
To get the PCM module loaded automatically by udev et al. we need to add a proper MODULE_ALIAS. Signed-off-by: Mika Westerberg <mika.westerberg@iki.fi> Reviewed-by: Ryan Mallon <rmallon@gmail.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/ep93xx')
-rw-r--r--sound/soc/ep93xx/ep93xx-pcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/ep93xx/ep93xx-pcm.c b/sound/soc/ep93xx/ep93xx-pcm.c
index 8dfd3ad84b19..d00230a591b1 100644
--- a/sound/soc/ep93xx/ep93xx-pcm.c
+++ b/sound/soc/ep93xx/ep93xx-pcm.c
@@ -355,3 +355,4 @@ module_exit(ep93xx_soc_platform_exit);
MODULE_AUTHOR("Ryan Mallon");
MODULE_DESCRIPTION("EP93xx ALSA PCM interface");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:ep93xx-pcm-audio");