diff options
author | Sameer Pujar <[email protected]> | 2022-06-15 10:08:34 +0530 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-06-15 09:24:38 +0100 |
commit | 4edf738d4c7989c315e37d4d61e34c94557b6ed2 (patch) | |
tree | b9b3409c54eb1a6ad4daa412edf11ee5232710c9 /tools/perf/scripts/python | |
parent | 5983a8a4a4dc13b5f192212a5e744eb303cd65c2 (diff) |
ASoC: tegra: Fix MBDRC bypass mode check
MBDRC supports different modes of operation. There is no configuration
required for bypass mode. The hw_params() call does not filter bypass
mode correctly and it leads to following Smatch static checker warning:
sound/soc/tegra/tegra210_mbdrc.c:778 tegra210_mbdrc_hw_params()
warn: bitwise AND condition is false here
Fix this condition by using proper mode mask and just return for bypass
mode.
Reported-by: Dan Carpenter <[email protected]>
Fixes: 7358a803c778 ("ASoC: tegra: Add Tegra210 based OPE driver")
Signed-off-by: Sameer Pujar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions