14 Aug
2023
14 Aug
'23
3:19 p.m.
On Mon, Aug 14, 2023 at 01:55:20PM +0200, Takashi Iwai wrote:
Along with the conversion to PCM copy ops, use the iov_iter for the pointer to be passed to the dmaengine process callback, too. It avoids the direct reference of iter_iov_addr(), and it can potentially help for the drivers to access memory properly (although both atmel and stm drivers don't use the given buffer address at all for now).
Reviewed-by: Mark Brown broonie@kernel.org