]> git.ipfire.org Git - people/ms/linux.git/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Feb 2015 07:00:55 +0000 (15:00 +0800)
commitc0c9fe847aa4504d7f19fb9db7fbfc5ee0df8fd5
tree72bd818832fa38b76087c7ced5143092a4e1be44
parent31bf97f51154cc669513b329d395bcad37b9e213
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/atmel/atmel_ssc_dai.c