diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-11-22 01:35:50 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-23 09:04:19 -0500 |
commit | 58bb4072132c54d832082cc6eac396a6db009cbd (patch) | |
tree | e53d8876417c1c1aa5dfc282ed6cf2cefc740d02 /sound/soc/s3c24xx/smdk_spdif.c | |
parent | 3a56d0ca72f8fc47240849b83acacd1c92283b99 (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/smdk_spdif.c')
-rw-r--r-- | sound/soc/s3c24xx/smdk_spdif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/smdk_spdif.c b/sound/soc/s3c24xx/smdk_spdif.c index c8bd90488a87..362957942994 100644 --- a/sound/soc/s3c24xx/smdk_spdif.c +++ b/sound/soc/s3c24xx/smdk_spdif.c | |||
@@ -157,7 +157,7 @@ static struct snd_soc_card smdk; | |||
157 | static struct snd_soc_dai_link smdk_dai = { | 157 | static struct snd_soc_dai_link smdk_dai = { |
158 | .name = "S/PDIF", | 158 | .name = "S/PDIF", |
159 | .stream_name = "S/PDIF PCM Playback", | 159 | .stream_name = "S/PDIF PCM Playback", |
160 | .platform_name = "s3c24xx-pcm-audio", | 160 | .platform_name = "samsung-audio", |
161 | .cpu_dai_name = "samsung-spdif", | 161 | .cpu_dai_name = "samsung-spdif", |
162 | .codec_dai_name = "dit-hifi", | 162 | .codec_dai_name = "dit-hifi", |
163 | .codec_name = "spdif-dit", | 163 | .codec_name = "spdif-dit", |