ALSA: memalloc: invalidate SG pages before sync
authorTakashi Iwai <tiwai@suse.de>
Thu, 10 Feb 2022 12:33:44 +0000 (13:33 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 10 Feb 2022 12:36:53 +0000 (13:36 +0100)
commit3e16dc50d77dc3494275a241fac250c94bf45206
treeb296cf26d2dfa803fad63b13adc7406c63f3aeed
parent8e1741c658996a16bd096e077dae0da2460a997f
ALSA: memalloc: invalidate SG pages before sync

It seems that calling invalidate_kernel_vmap_range() is more correct
to be called before dma_sync_*(), judging from the other thread:
  https://lore.kernel.org/all/20220111085958.GA22795@lst.de/
Although this won't matter much in practice, let's fix the call order
for consistency.

Fixes: a25684a95646 ("ALSA: memalloc: Support for non-contiguous page allocation")
Reported-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20220210123344.8756-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/memalloc.c