ASoC: Intel: boards: fix off-by-one dailink id

For some reason the Atom/HiFi2 machine drivers use an id=1 instead
of zero as done on all other platforms. This gets in the way of
topology-based matching, realign for consistency. This should
not have any functional impact on existing solutions with don't rely
on topology.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Bu işleme şunda yer alıyor:
Pierre-Louis Bossart
2017-10-12 18:38:04 -05:00
işlemeyi yapan: Mark Brown
ebeveyn dfb6ec7ae5
işleme 149f775759
8 değiştirilmiş dosya ile 8 ekleme ve 8 silme

Dosyayı Görüntüle

@@ -209,7 +209,7 @@ static struct snd_soc_dai_link byt_cht_es8316_dais[] = {
* require SSP0 will not work.
*/
.name = "SSP2-Codec",
.id = 1,
.id = 0,
.cpu_dai_name = "ssp2-port",
.platform_name = "sst-mfld-platform",
.no_pcm = 1,