diff options
author | 2016-06-08 16:10:05 -0700 | |
---|---|---|
committer | 2016-06-13 17:53:22 +0100 | |
commit | 88b1c01fb42e3d637c7e7f36cd4a30ce39a2add4 (patch) | |
tree | 5159ac56d3d9836c2a040f9203e39368f6fab5cd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ASoC: cs53l30: include gpio/consumer.h (diff) | |
download | linux-dev-88b1c01fb42e3d637c7e7f36cd4a30ce39a2add4.tar.xz linux-dev-88b1c01fb42e3d637c7e7f36cd4a30ce39a2add4.zip |
ASoC: cs53l30: Correct clock inversion check
SND_SOC_DAIFMT_IB_NF = 0x3 (11b) | SND_SOC_DAIFMT_IB_IF = 0x4 (100b)
creates a mask 0x7 (111b) which also includes SND_SOC_DAIFMT_NB_IF
= 0x2 (10b).
So this patch uses the traditional way to check the clock inversion.
Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions