]> 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 06:54:49 +0000 (14:54 +0800)
commite23daf1c3a2215e95b7c57c6e20beb4c7a08b599
treebd46586289125d0e6d92a664187cb63c3cc21ede
parent52e81bd56fa4bc2c424dc3ac8283821839c5a329
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