aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/mem-phys-addr.py
diff options
context:
space:
mode:
authorMark Brown <[email protected]>2022-06-04 11:54:07 +0100
committerMark Brown <[email protected]>2022-06-14 15:03:10 +0100
commitaa2a4b897132169fbc6d32932644b95875cf9c7f (patch)
treef1e697ecd6785bfc58a0c97b03a840b8cf32aed9 /tools/perf/scripts/python/mem-phys-addr.py
parenta150345aa758492e05d2934f318ce7c2566b1cfe (diff)
ASoC: ops: Fix boolean/integer detection for simple controls
The standard snd_soc_info_volsw() detects if a control is a volume control and needs to be reported as an integer even if it only has two values by looking for the string " Volume" in the control name. This results in false positives if the control has a name like "HP Volume Ramp Switch" since any " Volume" is matched, not just a trailing one. Fix this by making sure that we only match at the end of the control name. Signed-off-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions