]> git.itanic.dy.fi Git - linux-stable/commit
ASoC: atmel_ssc_dai: fix start event for I2S mode
authorBo Shen <voice.shen@atmel.com>
Tue, 20 Jan 2015 07:43:16 +0000 (15:43 +0800)
committerZefan Li <lizefan@huawei.com>
Tue, 14 Apr 2015 09:33:58 +0000 (17:33 +0800)
commitb278df5446192f83a6a371d031360c00501ab558
tree6a75fcbcacf573b798babcdea8fda19493b69224
parentd99e455e8d53d1c85ab05ac8beea4898fd78e65f
ASoC: atmel_ssc_dai: fix start event for I2S mode

commit a43bd7e125143b875caae6d4f9938855b440faaf upstream.

According to the I2S specification information as following:
  - WS = 0, channel 1 (left)
  - WS = 1, channel 2 (right)
So, the start event should be TF/RF falling edge.

Reported-by: Songjun Wu <songjun.wu@atmel.com>
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Zefan Li <lizefan@huawei.com>
sound/soc/atmel/atmel_ssc_dai.c