summaryrefslogtreecommitdiff
path: root/sound/soc/s3c24xx/s3c-dma.c
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-11-22 06:35:50 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-23 14:04:19 (GMT)
commit58bb4072132c54d832082cc6eac396a6db009cbd (patch)
treee53d8876417c1c1aa5dfc282ed6cf2cefc740d02 /sound/soc/s3c24xx/s3c-dma.c
parent3a56d0ca72f8fc47240849b83acacd1c92283b99 (diff)
downloadlinux-fsl-qoriq-58bb4072132c54d832082cc6eac396a6db009cbd.tar.xz
ASoC: Samsung: Rename DMA device
Some Samsung SoCs have a PCM(DSP) controller. So the name s3c24xx-pcm-audio for DMA driver is not very appropraite. This patch moves :- s3c24xx-pcm-audio -> samsung-audio Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Acked-by: Kukjin Kim <kgene.kim@samsung.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/s3c-dma.c')
-rw-r--r--sound/soc/s3c24xx/s3c-dma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c-dma.c b/sound/soc/s3c24xx/s3c-dma.c
index 243f79b..19bcfa4 100644
--- a/sound/soc/s3c24xx/s3c-dma.c
+++ b/sound/soc/s3c24xx/s3c-dma.c
@@ -476,7 +476,7 @@ static int __devexit s3c24xx_soc_platform_remove(struct platform_device *pdev)
static struct platform_driver s3c24xx_pcm_driver = {
.driver = {
- .name = "s3c24xx-pcm-audio",
+ .name = "samsung-audio",
.owner = THIS_MODULE,
},
@@ -499,4 +499,4 @@ module_exit(snd_s3c24xx_pcm_exit);
MODULE_AUTHOR("Ben Dooks, <ben@simtec.co.uk>");
MODULE_DESCRIPTION("Samsung S3C Audio DMA module");
MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:s3c24xx-pcm-audio");
+MODULE_ALIAS("platform:samsung-audio");