aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx/smartq_wm8987.c
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-11-22 01:35:50 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-23 09:04:19 -0500
commit58bb4072132c54d832082cc6eac396a6db009cbd (patch)
treee53d8876417c1c1aa5dfc282ed6cf2cefc740d02 /sound/soc/s3c24xx/smartq_wm8987.c
parent3a56d0ca72f8fc47240849b83acacd1c92283b99 (diff)
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/smartq_wm8987.c')
-rw-r--r--sound/soc/s3c24xx/smartq_wm8987.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/smartq_wm8987.c b/sound/soc/s3c24xx/smartq_wm8987.c
index 5b07bb9802e..ca83e187866 100644
--- a/sound/soc/s3c24xx/smartq_wm8987.c
+++ b/sound/soc/s3c24xx/smartq_wm8987.c
@@ -214,7 +214,7 @@ static struct snd_soc_dai_link smartq_dai[] = {
214 .stream_name = "SmartQ Hi-Fi", 214 .stream_name = "SmartQ Hi-Fi",
215 .cpu_dai_name = "s3c64xx-i2s.0", 215 .cpu_dai_name = "s3c64xx-i2s.0",
216 .codec_dai_name = "wm8750-hifi", 216 .codec_dai_name = "wm8750-hifi",
217 .platform_name = "s3c24xx-pcm-audio", 217 .platform_name = "samsung-audio",
218 .codec_name = "wm8750-codec.0-0x1a", 218 .codec_name = "wm8750-codec.0-0x1a",
219 .init = smartq_wm8987_init, 219 .init = smartq_wm8987_init,
220 .ops = &smartq_hifi_ops, 220 .ops = &smartq_hifi_ops,