aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/s3c24xx')
-rw-r--r--sound/soc/s3c24xx/s3c-pcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c-pcm.c b/sound/soc/s3c24xx/s3c-pcm.c
index 6174e26e433e..825645fbe4de 100644
--- a/sound/soc/s3c24xx/s3c-pcm.c
+++ b/sound/soc/s3c24xx/s3c-pcm.c
@@ -522,7 +522,7 @@ static struct platform_driver s3c_pcm_driver = {
522 .probe = s3c_pcm_dev_probe, 522 .probe = s3c_pcm_dev_probe,
523 .remove = s3c_pcm_dev_remove, 523 .remove = s3c_pcm_dev_remove,
524 .driver = { 524 .driver = {
525 .name = "samsung-pcm-audio", 525 .name = "samsung-pcm",
526 .owner = THIS_MODULE, 526 .owner = THIS_MODULE,
527 }, 527 },
528}; 528};
@@ -543,4 +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"); 546MODULE_ALIAS("platform:samsung-pcm");