ASoC: meson: axg-tdm: fix sample clock inversion
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 13 Jun 2019 11:42:32 +0000 (13:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Jul 2019 07:14:07 +0000 (09:14 +0200)
commit1fb3ce14f28d729af550e731254ff77a77ccce1a
treef3effb21fc5913f553c7f593953b38c0c246a7df
parent32df4043aed443d1232dc5a4c9d585c8223541c5
ASoC: meson: axg-tdm: fix sample clock inversion

[ Upstream commit cb36ff785e868992e96e8b9e5a0c2822b680a9e2 ]

The content of SND_SOC_DAIFMT_FORMAT_MASK is a number, not a bitfield,
so the test to check if the format is i2s is wrong. Because of this the
clock setting may be wrong. For example, the sample clock gets inverted
in DSP B mode, when it should not.

Fix the lrclk invert helper function

Fixes: 1a11d88f499c ("ASoC: meson: add tdm formatter base driver")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/meson/axg-tdm.h