|
@@ -90,17 +90,11 @@ static struct snd_soc_dai_link mxs_sgtl5000_dai[] = {
|
|
|
.name = "HiFi Tx",
|
|
|
.stream_name = "HiFi Playback",
|
|
|
.codec_dai_name = "sgtl5000",
|
|
|
- .codec_name = "sgtl5000.0-000a",
|
|
|
- .cpu_dai_name = "mxs-saif.0",
|
|
|
- .platform_name = "mxs-saif.0",
|
|
|
.ops = &mxs_sgtl5000_hifi_ops,
|
|
|
}, {
|
|
|
.name = "HiFi Rx",
|
|
|
.stream_name = "HiFi Capture",
|
|
|
.codec_dai_name = "sgtl5000",
|
|
|
- .codec_name = "sgtl5000.0-000a",
|
|
|
- .cpu_dai_name = "mxs-saif.1",
|
|
|
- .platform_name = "mxs-saif.1",
|
|
|
.ops = &mxs_sgtl5000_hifi_ops,
|
|
|
},
|
|
|
};
|