diff options
author | Takashi Iwai <[email protected]> | 2021-07-28 13:23:51 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2021-07-30 17:20:50 +0100 |
commit | 42bc62c9f1d3d4880bdc27acb5ab4784209bb0b0 (patch) | |
tree | ebc458fe7e50c26dfabb8cf793c37b253470da90 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 2e6b836312a477d647a7920b56810a5a25f6c856 (diff) |
ASoC: xilinx: Fix reference to PCM buffer address
PCM buffers might be allocated dynamically when the buffer
preallocation failed or a larger buffer is requested, and it's not
guaranteed that substream->dma_buffer points to the actually used
buffer. The driver needs to refer to substream->runtime->dma_addr
instead for the buffer address.
Cc: <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions