|
@@ -389,14 +389,6 @@ static struct snd_soc_dai_link byt_rt5651_dais[] = {
|
|
|
.dpcm_playback = 1,
|
|
|
.ops = &byt_rt5651_aif1_ops,
|
|
|
},
|
|
|
- [MERR_DPCM_COMPR] = {
|
|
|
- .name = "Compressed Port",
|
|
|
- .stream_name = "Compress",
|
|
|
- .cpu_dai_name = "compress-cpu-dai",
|
|
|
- .codec_dai_name = "snd-soc-dummy-dai",
|
|
|
- .codec_name = "snd-soc-dummy",
|
|
|
- .platform_name = "sst-mfld-platform",
|
|
|
- },
|
|
|
/* CODEC<->CODEC link */
|
|
|
/* back ends */
|
|
|
{
|
|
@@ -440,7 +432,7 @@ static int snd_byt_rt5651_mc_probe(struct platform_device *pdev)
|
|
|
struct sst_acpi_mach *mach;
|
|
|
const char *i2c_name = NULL;
|
|
|
int ret_val = 0;
|
|
|
- int dai_index;
|
|
|
+ int dai_index = 0;
|
|
|
int i;
|
|
|
|
|
|
priv = devm_kzalloc(&pdev->dev, sizeof(*priv), GFP_ATOMIC);
|
|
@@ -454,7 +446,6 @@ static int snd_byt_rt5651_mc_probe(struct platform_device *pdev)
|
|
|
snd_soc_card_set_drvdata(&byt_rt5651_card, priv);
|
|
|
|
|
|
/* fix index of codec dai */
|
|
|
- dai_index = MERR_DPCM_COMPR + 1;
|
|
|
for (i = 0; i < ARRAY_SIZE(byt_rt5651_dais); i++) {
|
|
|
if (!strcmp(byt_rt5651_dais[i].codec_name, "i2c-10EC5651:00")) {
|
|
|
dai_index = i;
|