ALSA: memalloc: Drop x86-specific hack for WC allocations
authorTakashi Iwai <tiwai@suse.de>
Mon, 20 Jun 2022 07:34:40 +0000 (09:34 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Jun 2022 07:35:23 +0000 (09:35 +0200)
commit9882d63bea14c8b3ed2c9360b9ab9f0e2f64ae2b
treef709e8c0d847c9f5d205e844f9b9597d118a3e91
parentd49951219b0249d3eff49e4f02e0de82357bc8a0
ALSA: memalloc: Drop x86-specific hack for WC allocations

The recent report for a crash on Haswell machines implied that the
x86-specific (rather hackish) implementation for write-cache memory
buffer allocation in ALSA core is buggy with the recent kernel in some
corner cases.  This patch drops the x86-specific implementation and
uses the standard dma_alloc_wc() & co generically for avoiding the bug
and also for simplification.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=216112
Cc: <stable@vger.kernel.org> # v5.18+
Link: https://lore.kernel.org/r/20220620073440.7514-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/memalloc.c