]> 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)
committerJiri Slaby <jslaby@suse.cz>
Mon, 9 Feb 2015 09:50:21 +0000 (10:50 +0100)
commit118ccf9d5bd49b33ad27fa821ef0ab1c3839ec77
tree437ceca3259c711badbbb2f5edc13736a9a2459a
parentd7cd6f80ee9c79db2078b049e45cda10308ec2fa
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: Jiri Slaby <jslaby@suse.cz>
sound/soc/atmel/atmel_ssc_dai.c