|
@@ -367,7 +367,7 @@ static struct snd_soc_dai_link neo1973_dai[] = {
|
|
.platform_name = "samsung-audio",
|
|
.platform_name = "samsung-audio",
|
|
.cpu_dai_name = "s3c24xx-iis",
|
|
.cpu_dai_name = "s3c24xx-iis",
|
|
.codec_dai_name = "wm8753-hifi",
|
|
.codec_dai_name = "wm8753-hifi",
|
|
- .codec_name = "wm8753-codec.0-001a",
|
|
|
|
|
|
+ .codec_name = "wm8753.0-001a",
|
|
.init = neo1973_wm8753_init,
|
|
.init = neo1973_wm8753_init,
|
|
.ops = &neo1973_hifi_ops,
|
|
.ops = &neo1973_hifi_ops,
|
|
},
|
|
},
|
|
@@ -376,7 +376,7 @@ static struct snd_soc_dai_link neo1973_dai[] = {
|
|
.stream_name = "Voice",
|
|
.stream_name = "Voice",
|
|
.cpu_dai_name = "dfbmcs320-pcm",
|
|
.cpu_dai_name = "dfbmcs320-pcm",
|
|
.codec_dai_name = "wm8753-voice",
|
|
.codec_dai_name = "wm8753-voice",
|
|
- .codec_name = "wm8753-codec.0-001a",
|
|
|
|
|
|
+ .codec_name = "wm8753.0-001a",
|
|
.ops = &neo1973_voice_ops,
|
|
.ops = &neo1973_voice_ops,
|
|
},
|
|
},
|
|
};
|
|
};
|