summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2015-10-20 00:42:23 (GMT)
committerMark Brown <broonie@kernel.org>2015-10-26 07:35:14 (GMT)
commit3cc7780b6fc04318ab08d84f739503989200cf55 (patch)
treea26cbdc6479b357d9222f8ee3b82391fa515df2b /fs
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff)
downloadlinux-3cc7780b6fc04318ab08d84f739503989200cf55.tar.xz
ASoC: fsl_sai: fix Rx synchrounous mode
When using the Rx clock for both, transmitter and receiver, the transmitter needs to be set to synchronous with receiver. This reverts 855675f6e6a6 ("ASoC: fsl_sai: Set SYNC bit of TCR2 to Asynchronous Mode"), which, judiging from the commit log, seems to mixed up between the two synchronous modes: The boolean sai->synchronous[TX] is indicating wheather the SAI should work in Rx synchronous mode (sync Tx with Rx), hence if the value is true, the SYNC field of TCR2 needs to be set to 0x1 ("Synchronous with receiver"). Signed-off-by: Stefan Agner <stefan@agner.ch> Acked-by: Nicolin Chen <nicoleotsuka@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions