aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorSascha Hauer <[email protected]>2022-06-17 14:01:33 +0200
committerMark Brown <[email protected]>2022-06-20 11:35:45 +0100
commit289a3ec0b5b9a2de6fc75633aa81f017792ecc99 (patch)
tree2b12c9d3733947aecc050358b87cb86bbab74ed7 /tools/perf/scripts/python/event_analyzing_sample.py
parent87a36978b27a32484423b9b0765c57939e162237 (diff)
ASoC: fsl_asrc_dma: Use dmaengine_terminate_async()
dmaengine_terminate_all() is deprecated and should no longer be used. Use dmaengine_terminate_async() instead. This involves no functional change since both functions do the same. After dmaengine_terminate_async() dmaengine_synchronize() must be called to make sure the channel has really stopped before the underlying memory is freed. This is done implicitly by dma_release_channel() called from the .hw_free hook. Signed-off-by: Sascha Hauer <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions