
15 May
2012
15 May
'12
9:30 p.m.
On Tue, May 15, 2012 at 01:53:51PM +0200, Philippe Rétornaz wrote:
- ret = snd_soc_dai_set_fmt(codec_dai, FMT_SSI);
- if (ret)
return ret;
- ret = snd_soc_dai_set_fmt(cpu_dai, FMT_SSI);
- if (ret)
return ret;
Set this in the dai_link structure. Please fix incrementally unless you respin, same comments about apply if Samuel is OK as the CODEC driver.
- ret = snd_soc_dai_set_sysclk(codec_dai, MC13783_CLK_CLIA, 26000000, 0);
- if (ret)
return ret;
We should probably have something for this in the dai_link too but we don't.