29 Jan
2013
29 Jan
'13
3:01 a.m.
On Mon, Jan 28, 2013 at 10:03:40PM +0100, Benoît Thébaudeau wrote:
- snd_soc_dai_set_tdm_slot(cpu_dai, 0xffffffc, 0xffffffc, 2, 0);
-> all DAI formats: wrong sample rate for L/R, playing twice too fast
- snd_soc_dai_set_tdm_slot(cpu_dai, 0xffffffe, 0xffffffe, 1, 0);
-> all DAI formats: nothing on R, wrong sample rate for L, playing twice too fast, plus loud noise superimposed for LEFT_J
Why are you having to call this in the first place?
Anyway, I guess we do have a hardware limiation here so I'll apply the patch when you resend it.