commit | 6878ba91ce84f7a07887a0615af70f969508839f | [log] [tgz] |
---|---|---|
author | Jerome Brunet <jbrunet@baylibre.com> | Wed Jul 29 17:44:53 2020 +0200 |
committer | Mark Brown <broonie@kernel.org> | Thu Jul 30 19:44:59 2020 +0100 |
tree | ed8775e9c3490311d66e1c996fe3b098b0413ed7 | |
parent | dc5fb6d2e8dff0dd61c9b55508c46e73a67e9ea8 [diff] |
ASoC: meson: axg-tdm-interface: fix link fmt setup The .set_fmt() callback of the axg tdm interface incorrectly test the content of SND_SOC_DAIFMT_MASTER_MASK as if it was a bitfield, which it is not. Implement the test correctly. Fixes: d60e4f1e4be5 ("ASoC: meson: add tdm interface driver") Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Link: https://lore.kernel.org/r/20200729154456.1983396-2-jbrunet@baylibre.com Signed-off-by: Mark Brown <broonie@kernel.org>