diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-12 06:02:19 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-08-12 09:00:20 -0400 |
commit | 960d0697919aef453273e3a0ccc87daf52d808ac (patch) | |
tree | 723b2d61ee2583d1c9b23f189adfaf4000aa324b /sound/soc/s3c24xx/s3c64xx-i2s.c | |
parent | 38445af3bc0658615fd9a724fbcb67148eac2cd3 (diff) |
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/s3c64xx-i2s.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c64xx-i2s.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.c b/sound/soc/s3c24xx/s3c64xx-i2s.c index a1d0b256641..ae7acb6c4f1 100644 --- a/sound/soc/s3c24xx/s3c64xx-i2s.c +++ b/sound/soc/s3c24xx/s3c64xx-i2s.c | |||
@@ -239,3 +239,4 @@ module_exit(s3c64xx_i2s_exit); | |||
239 | MODULE_AUTHOR("Ben Dooks, <ben@simtec.co.uk>"); | 239 | MODULE_AUTHOR("Ben Dooks, <ben@simtec.co.uk>"); |
240 | MODULE_DESCRIPTION("S3C64XX I2S SoC Interface"); | 240 | MODULE_DESCRIPTION("S3C64XX I2S SoC Interface"); |
241 | MODULE_LICENSE("GPL"); | 241 | MODULE_LICENSE("GPL"); |
242 | MODULE_ALIAS("platform:s3c64xx-iis"); | ||