|
@@ -225,7 +225,7 @@ static struct snd_soc_dai_link smdk64xx_dai[] = {
|
|
|
.stream_name = "Playback",
|
|
|
.cpu_dai_name = "s3c64xx-iis-v4",
|
|
|
.codec_dai_name = "wm8580-hifi-playback",
|
|
|
- .platform_name = "s3c24xx-pcm-audio",
|
|
|
+ .platform_name = "samsung-audio",
|
|
|
.codec_name = "wm8580-codec.0-001b",
|
|
|
.init = smdk64xx_wm8580_init_paifrx,
|
|
|
.ops = &smdk64xx_ops,
|
|
@@ -235,7 +235,7 @@ static struct snd_soc_dai_link smdk64xx_dai[] = {
|
|
|
.stream_name = "Capture",
|
|
|
.cpu_dai_name = "s3c64xx-iis-v4",
|
|
|
.codec_dai_name = "wm8580-hifi-capture",
|
|
|
- .platform_name = "s3c24xx-pcm-audio",
|
|
|
+ .platform_name = "samsung-audio",
|
|
|
.codec_name = "wm8580-codec.0-001b",
|
|
|
.init = smdk64xx_wm8580_init_paiftx,
|
|
|
.ops = &smdk64xx_ops,
|