ALSA: memalloc: Correctly name as WC
authorTakashi Iwai <tiwai@suse.de>
Mon, 2 Aug 2021 07:28:02 +0000 (09:28 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 4 Aug 2021 06:07:58 +0000 (08:07 +0200)
commit58a95dfa4fdd9c72e62be34dd025d268c1e04a83
treeba741736316afd5361d67790bd042ccb2c960d2a
parent723c1252e058dc854f9d031e3e6526ca62f9f5c7
ALSA: memalloc: Correctly name as WC

SNDRV_DMA_TYPE_DEV_UC and SNDRV_DMA_TYPE_DEV_UC_SG are incorrectly
named as if they were for the uncached memory, while actually we set
the pages as write-combined.  Rename them to reflect the right
attribute.

Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20210802072815.13551-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/memalloc.h
sound/core/memalloc.c
sound/core/sgbuf.c
sound/pci/hda/hda_controller.c
sound/pci/hda/hda_intel.c
sound/pci/intel8x0.c
sound/x86/intel_hdmi_audio.c