diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-05-20 16:19:56 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-05-27 01:30:58 +0100 |
commit | 965cc040bf0698e81b0c0aef359ae650b42b428e (patch) | |
tree | 4cf14b17702ad838ab506eb2d2e8083cd9bb5065 /tools/perf/scripts/python/syscall-counts.py | |
parent | 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0 (diff) |
ASoC: Constify channel mapping array arguments in set_channel_map()
There is no need for implementations of DAI set_channel_map() to modify
contents of passed arrays with actual channel mapping. Additionally,
the caller keeps full ownership of the array.
Constify these pointer arguments so the code will be safer and easier to
read (documenting the caller's ownership).
Acked-by: Charles Keepax <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://msgid.link/r/20240520-asoc-x1e80100-4-channel-mapping-v4-1-f657159b4aad@linaro.org
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions