diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-12 12:02:19 +0200 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-08-12 15:00:20 +0200 |
commit | 960d0697919aef453273e3a0ccc87daf52d808ac (patch) | |
tree | 723b2d61ee2583d1c9b23f189adfaf4000aa324b /sound/soc/s3c24xx/s3c-pcm.c | |
parent | ASoC: Remove version display from WM8971 driver (diff) | |
download | linux-960d0697919aef453273e3a0ccc87daf52d808ac.tar.xz linux-960d0697919aef453273e3a0ccc87daf52d808ac.zip |
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/s3c-pcm.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c-pcm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/s3c-pcm.c b/sound/soc/s3c24xx/s3c-pcm.c index 653ffa270915..6174e26e433e 100644 --- a/sound/soc/s3c24xx/s3c-pcm.c +++ b/sound/soc/s3c24xx/s3c-pcm.c @@ -543,3 +543,4 @@ module_exit(s3c_pcm_exit); MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>"); MODULE_DESCRIPTION("S3C PCM Controller Driver"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("platform:samsung-pcm-audio"); |