diff options
author | Takashi Iwai <[email protected]> | 2021-07-31 10:43:31 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2021-08-02 12:14:00 +0100 |
commit | 8b5d95313b6d30f642e4ed0125891984c446604e (patch) | |
tree | 13a26568ea814f2be05e1424ffe48757ce19d509 /scripts/gdb/linux | |
parent | 1d25684e22516f1cff77176d288b1da02fff57bb (diff) |
ASoC: amd: 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 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions