commit | 90f6e68031397fb6212bef5619193cd15707fa0f | [log] [tgz] |
---|---|---|
author | Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | Mon Feb 18 16:10:32 2019 +0000 |
committer | Mark Brown <broonie@kernel.org> | Mon Feb 18 17:41:16 2019 +0000 |
tree | 819824fabbdf3b11bcf9277e7bbd5cb9309005a6 | |
parent | 75c2ecb4bda296f89d4ea6a42750f48bfcd8a1d9 [diff] |
ASoC: codecs: ad193x: Fix frame polarity for DSP_A format By default, the codec starts to interpret the left (first) channel on the falling edge (low polarity) of LRCLK. However, for DSP_A, the left channel needs to start on the rising edge of LRCLK. This patch fixes this channel swap by toggling the bit which selects the LRCLK polarity. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Signed-off-by: Mark Brown <broonie@kernel.org>