commit | 0ce36c5f7f87632f26c8fbefe68b5116eda152d2 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Mar 13 14:26:08 2009 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sat Mar 14 11:37:46 2009 +0000 |
tree | 16c74e694d5b8f418c0384c8079bbc9a8c2689aa | |
parent | 72d7466468b471f99cefae3c5f4a414bbbaa0bdd [diff] |
ASoC: Fix non-networked I2S mode for PXA SSP Two issues are fixed here: - I2S transmits the left frame with the clock low but I don't seem to get LRCLK out without SFRMDLY being set so invert SFRMP and set a delay. - I2S has a clock cycle prior to the first data byte in each channel so we need to delay the data by one cycle. Tested-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>