commit | d5c5055816740bd26f3c0095e7f5e63dfa4bbdf8 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Aug 02 09:28:04 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Aug 04 08:08:14 2021 +0200 |
tree | f35c136323d52bf453f8843e8820d955b1b40634 | |
parent | ac9245a5406e6074a1aa211f103629d3f154c5a5 [diff] |
ALSA: memalloc: Support WC allocation on all architectures There are the generic DMA API calls for allocating and managing the pages with the write-combined attribute. Let's use them for all architectures but x86; x86 still needs the special handling to override the page attributes. Acked-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20210802072815.13551-5-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>