|
@@ -117,7 +117,7 @@ static struct snd_soc_dai_link byt_rt5640_dais[] = {
|
|
|
{
|
|
|
.name = "Baytrail Audio",
|
|
|
.stream_name = "Audio",
|
|
|
- .cpu_dai_name = "Front-cpu-dai",
|
|
|
+ .cpu_dai_name = "baytrail-pcm-audio",
|
|
|
.codec_dai_name = "rt5640-aif1",
|
|
|
.codec_name = "i2c-10EC5640:00",
|
|
|
.platform_name = "baytrail-pcm-audio",
|
|
@@ -126,18 +126,6 @@ static struct snd_soc_dai_link byt_rt5640_dais[] = {
|
|
|
.init = byt_rt5640_init,
|
|
|
.ops = &byt_rt5640_ops,
|
|
|
},
|
|
|
- {
|
|
|
- .name = "Baytrail Voice",
|
|
|
- .stream_name = "Voice",
|
|
|
- .cpu_dai_name = "Mic1-cpu-dai",
|
|
|
- .codec_dai_name = "rt5640-aif1",
|
|
|
- .codec_name = "i2c-10EC5640:00",
|
|
|
- .platform_name = "baytrail-pcm-audio",
|
|
|
- .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
|
|
|
- SND_SOC_DAIFMT_CBS_CFS,
|
|
|
- .init = NULL,
|
|
|
- .ops = &byt_rt5640_ops,
|
|
|
- },
|
|
|
};
|
|
|
|
|
|
static struct snd_soc_card byt_rt5640_card = {
|