summaryrefslogtreecommitdiff
path: root/sound/soc/s3c24xx/s3c2412-i2s.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-08-12 10:02:19 (GMT)
committerLiam Girdwood <lrg@slimlogic.co.uk>2010-08-12 13:00:20 (GMT)
commit960d0697919aef453273e3a0ccc87daf52d808ac (patch)
tree723b2d61ee2583d1c9b23f189adfaf4000aa324b /sound/soc/s3c24xx/s3c2412-i2s.c
parent38445af3bc0658615fd9a724fbcb67148eac2cd3 (diff)
downloadlinux-960d0697919aef453273e3a0ccc87daf52d808ac.tar.xz
ASoC: Add MODULE_ALIAS to Samsung DAI drivers
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/s3c24xx/s3c2412-i2s.c')
-rw-r--r--sound/soc/s3c24xx/s3c2412-i2s.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/s3c2412-i2s.c b/sound/soc/s3c24xx/s3c2412-i2s.c
index acd0096..4a861cf 100644
--- a/sound/soc/s3c24xx/s3c2412-i2s.c
+++ b/sound/soc/s3c24xx/s3c2412-i2s.c
@@ -209,3 +209,4 @@ module_exit(s3c2412_i2s_exit);
MODULE_AUTHOR("Ben Dooks, <ben@simtec.co.uk>");
MODULE_DESCRIPTION("S3C2412 I2S SoC Interface");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:s3c2412-iis");