ALSA: intel8x0: Use the new non-cached allocation for 440MX workaround
authorTakashi Iwai <tiwai@suse.de>
Wed, 8 Aug 2018 20:31:52 +0000 (22:31 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Aug 2018 11:56:48 +0000 (13:56 +0200)
commit4985ddbf1edb06f0dc4ae22e9886bde267925e6c
tree5dfd255e8643f2eff2504bc62e926db20db6e780
parent193c7e14762a58003af7914183f9b963c0267788
ALSA: intel8x0: Use the new non-cached allocation for 440MX workaround

intel8x0 driver requires the non-cached pages for 440MX workaround,
and this can be implemented more easily with the new memalloc type,
SNDRV_DMA_TYPE_DEV_UC.  This allows us to reduce lots of code.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/intel8x0.c