commit | 2d534113be9a2aa532a1ae127a57e83558aed358 | [log] [tgz] |
---|---|---|
author | Alexander Sverdlin <alexander.sverdlin@gmail.com> | Sat Apr 28 22:51:38 2018 +0200 |
committer | Mark Brown <broonie@kernel.org> | Wed May 02 05:55:28 2018 +0900 |
tree | a38f32ecceee1ac8d98a0f2e43b0308a4ff08ea7 | |
parent | 5845e6155d8f4a4a9bae2d4c1d1bb4a4d9a925c2 [diff] |
ASoC: cirrus: i2s: Fix LRCLK configuration The bit responsible for LRCLK polarity is i2s_tlrs (0), not i2s_trel (2) (refer to "EP93xx User's Guide"). Previously card drivers which specified SND_SOC_DAIFMT_NB_IF actually got SND_SOC_DAIFMT_NB_NF, an adaptation is necessary to retain the old behavior. Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org