Re: [PATCH] ASoC: McASP: Fix receive clock polarity in DAIFMT_NB_NF mode.

2013-05-03 Thread Mark Brown
On Fri, May 03, 2013 at 07:37:36AM +0200, Marek Belisko wrote: > According documentation bit ACLKRPOL is set to 0 (receiver samples data > on falling edge) and when set to 1 (receiver samples data on rising edge). Applied, thanks. signature.asc Description: Digital signature

[PATCH] ASoC: McASP: Fix receive clock polarity in DAIFMT_NB_NF mode.

2013-05-02 Thread Marek Belisko
According documentation bit ACLKRPOL is set to 0 (receiver samples data on falling edge) and when set to 1 (receiver samples data on rising edge). I2S data are always sampled on falling edge and valid during rising edge of bit clock. So in case of capture data transmitter sample data on falling ed