Re: [PATCH v2 1/2] ASoC: atmel_ssc_dai: fix start event for I2S mode

2015-01-27 Thread Mark Brown
On Tue, Jan 20, 2015 at 03:43:16PM +0800, Bo Shen wrote: > 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. applied, thanks. signature.asc Description: Digital

Re: [PATCH v2 1/2] ASoC: atmel_ssc_dai: fix start event for I2S mode

2015-01-27 Thread Mark Brown
On Tue, Jan 20, 2015 at 03:43:16PM +0800, Bo Shen wrote: 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. applied, thanks. signature.asc Description: Digital signature

[PATCH v2 1/2] ASoC: atmel_ssc_dai: fix start event for I2S mode

2015-01-19 Thread Bo Shen
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 Signed-off-by: Bo Shen --- Changes in v2: None sound/soc/atmel/atmel_ssc_dai.c | 18

[PATCH v2 1/2] ASoC: atmel_ssc_dai: fix start event for I2S mode

2015-01-19 Thread Bo Shen
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...@atmel.com Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v2: None