aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-08-12 06:02:19 -0400
committerLiam Girdwood <lrg@slimlogic.co.uk>2010-08-12 09:00:20 -0400
commit960d0697919aef453273e3a0ccc87daf52d808ac (patch)
tree723b2d61ee2583d1c9b23f189adfaf4000aa324b /sound
parent38445af3bc0658615fd9a724fbcb67148eac2cd3 (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')
-rw-r--r--sound/soc/s3c24xx/s3c-ac97.c1
-rw-r--r--sound/soc/s3c24xx/s3c-dma.c1
-rw-r--r--sound/soc/s3c24xx/s3c-pcm.c1
-rw-r--r--sound/soc/s3c24xx/s3c2412-i2s.c1
-rw-r--r--sound/soc/s3c24xx/s3c24xx-i2s.c1
-rw-r--r--sound/soc/s3c24xx/s3c64xx-i2s-v4.c1
-rw-r--r--sound/soc/s3c24xx/s3c64xx-i2s.c1
7 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/s3c-ac97.c b/sound/soc/s3c24xx/s3c-ac97.c
index 86f4a9b4a869..26f4ed90a0ee 100644
--- a/sound/soc/s3c24xx/s3c-ac97.c
+++ b/sound/soc/s3c24xx/s3c-ac97.c
@@ -513,3 +513,4 @@ module_exit(s3c_ac97_exit);
513MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>"); 513MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>");
514MODULE_DESCRIPTION("AC97 driver for the Samsung SoC"); 514MODULE_DESCRIPTION("AC97 driver for the Samsung SoC");
515MODULE_LICENSE("GPL"); 515MODULE_LICENSE("GPL");
516MODULE_ALIAS("platform:s3c-ac97");
diff --git a/sound/soc/s3c24xx/s3c-dma.c b/sound/soc/s3c24xx/s3c-dma.c
index 9f91b2d51454..54bff83c98b4 100644
--- a/sound/soc/s3c24xx/s3c-dma.c
+++ b/sound/soc/s3c24xx/s3c-dma.c
@@ -500,3 +500,4 @@ module_exit(snd_s3c24xx_pcm_exit);
500MODULE_AUTHOR("Ben Dooks, <ben@simtec.co.uk>"); 500MODULE_AUTHOR("Ben Dooks, <ben@simtec.co.uk>");
501MODULE_DESCRIPTION("Samsung S3C Audio DMA module"); 501MODULE_DESCRIPTION("Samsung S3C Audio DMA module");
502MODULE_LICENSE("GPL"); 502MODULE_LICENSE("GPL");
503MODULE_ALIAS("platform:s3c24xx-pcm-audio");
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);
543MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>"); 543MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>");
544MODULE_DESCRIPTION("S3C PCM Controller Driver"); 544MODULE_DESCRIPTION("S3C PCM Controller Driver");
545MODULE_LICENSE("GPL"); 545MODULE_LICENSE("GPL");
546MODULE_ALIAS("platform:samsung-pcm-audio");
diff --git a/sound/soc/s3c24xx/s3c2412-i2s.c b/sound/soc/s3c24xx/s3c2412-i2s.c
index acd00962ac36..4a861cfa52c5 100644
--- a/sound/soc/s3c24xx/s3c2412-i2s.c
+++ b/sound/soc/s3c24xx/s3c2412-i2s.c
@@ -209,3 +209,4 @@ module_exit(s3c2412_i2s_exit);
209MODULE_AUTHOR("Ben Dooks, <ben@simtec.co.uk>"); 209MODULE_AUTHOR("Ben Dooks, <ben@simtec.co.uk>");
210MODULE_DESCRIPTION("S3C2412 I2S SoC Interface"); 210MODULE_DESCRIPTION("S3C2412 I2S SoC Interface");
211MODULE_LICENSE("GPL"); 211MODULE_LICENSE("GPL");
212MODULE_ALIAS("platform:s3c2412-iis");
diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c
index 1d0bade10d3d..e060daaa458f 100644
--- a/sound/soc/s3c24xx/s3c24xx-i2s.c
+++ b/sound/soc/s3c24xx/s3c24xx-i2s.c
@@ -516,3 +516,4 @@ module_exit(s3c24xx_i2s_exit);
516MODULE_AUTHOR("Ben Dooks, <ben@simtec.co.uk>"); 516MODULE_AUTHOR("Ben Dooks, <ben@simtec.co.uk>");
517MODULE_DESCRIPTION("s3c24xx I2S SoC Interface"); 517MODULE_DESCRIPTION("s3c24xx I2S SoC Interface");
518MODULE_LICENSE("GPL"); 518MODULE_LICENSE("GPL");
519MODULE_ALIAS("platform:s3c24xx-iis");
diff --git a/sound/soc/s3c24xx/s3c64xx-i2s-v4.c b/sound/soc/s3c24xx/s3c64xx-i2s-v4.c
index 7cab4fcf1f12..a13415a85a45 100644
--- a/sound/soc/s3c24xx/s3c64xx-i2s-v4.c
+++ b/sound/soc/s3c24xx/s3c64xx-i2s-v4.c
@@ -216,3 +216,4 @@ module_exit(s3c64xx_i2sv4_exit);
216MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>"); 216MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>");
217MODULE_DESCRIPTION("S3C64XX I2Sv4 SoC Interface"); 217MODULE_DESCRIPTION("S3C64XX I2Sv4 SoC Interface");
218MODULE_LICENSE("GPL"); 218MODULE_LICENSE("GPL");
219MODULE_ALIAS("platform:s3c64xx-iis-v4");
diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.c b/sound/soc/s3c24xx/s3c64xx-i2s.c
index a1d0b2566416..ae7acb6c4f1d 100644
--- a/sound/soc/s3c24xx/s3c64xx-i2s.c
+++ b/sound/soc/s3c24xx/s3c64xx-i2s.c
@@ -239,3 +239,4 @@ module_exit(s3c64xx_i2s_exit);
239MODULE_AUTHOR("Ben Dooks, <ben@simtec.co.uk>"); 239MODULE_AUTHOR("Ben Dooks, <ben@simtec.co.uk>");
240MODULE_DESCRIPTION("S3C64XX I2S SoC Interface"); 240MODULE_DESCRIPTION("S3C64XX I2S SoC Interface");
241MODULE_LICENSE("GPL"); 241MODULE_LICENSE("GPL");
242MODULE_ALIAS("platform:s3c64xx-iis");