On 08/19/2014 03:37 PM, Tomas Matejka wrote:
Good afternoon, i have a problem: I use sound codec CS4202, which I control with AT91SAM9263. I'm using ALSA sound library. When i use CAPTURE mode, sometimes it swaps left and right channel. I have found this discussions on Internet, where is described similar problem:
http://pl.it-usenet.org/thread/17996/3593/ http://sinustrom.info/2013/03/21/atmel-soc-ssc-channel-swapping/
I have figured out, that the problem could be in driver or in ALSA library. Have you any solution ? Did you encountered similar problem ?
When the mismatch happens, you'll certainly have wrong data on the I2S bus, so that bug cannot be caused by the codec driver.
The most likely reason is that the platform's (AT91SAM9263) ASoC implementation has a problem syncing up the playback and record streams, probably in its DMA bits. I'd start searching in that area.
I personally never worked with this platform, but for anyone else to help you, you should provide more information, such as the kernel version you're working with.
Daniel