summaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx/goni_wm8994.c
diff options
context:
space:
mode:
authorJassi Brar2010-11-22 07:35:50 +0100
committerMark Brown2010-11-23 15:04:19 +0100
commit58bb4072132c54d832082cc6eac396a6db009cbd (patch)
treee53d8876417c1c1aa5dfc282ed6cf2cefc740d02 /sound/soc/s3c24xx/goni_wm8994.c
parentASoC: Samsung: Remove redundant AQUILA driver (diff)
downloadkernel-qcow2-linux-58bb4072132c54d832082cc6eac396a6db009cbd.tar.gz
kernel-qcow2-linux-58bb4072132c54d832082cc6eac396a6db009cbd.tar.xz
kernel-qcow2-linux-58bb4072132c54d832082cc6eac396a6db009cbd.zip
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/goni_wm8994.c')
-rw-r--r--sound/soc/s3c24xx/goni_wm8994.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/goni_wm8994.c b/sound/soc/s3c24xx/goni_wm8994.c
index 62134ed3aa57..b43ab3349585 100644
--- a/sound/soc/s3c24xx/goni_wm8994.c
+++ b/sound/soc/s3c24xx/goni_wm8994.c
@@ -251,7 +251,7 @@ static struct snd_soc_dai_link goni_dai[] = {
.stream_name = "WM8994 HiFi",
.cpu_dai_name = "s3c64xx-i2s-v4",
.codec_dai_name = "wm8994-hifi",
- .platform_name = "s3c24xx-pcm-audio",
+ .platform_name = "samsung-audio",
.codec_name = "wm8994-codec.0-0x1a",
.init = goni_wm8994_init,
.ops = &goni_hifi_ops,
@@ -260,7 +260,7 @@ static struct snd_soc_dai_link goni_dai[] = {
.stream_name = "Voice",
.cpu_dai_name = "goni-voice-dai",
.codec_dai_name = "wm8994-voice",
- .platform_name = "s3c24xx-pcm-audio",
+ .platform_name = "samsung-audio",
.codec_name = "wm8994-codec.0-0x1a",
.ops = &goni_voice_ops,
},