ALSA: intel_hdmi: Use the new non-cached allocation
authorTakashi Iwai <tiwai@suse.de>
Wed, 8 Aug 2018 20:38:36 +0000 (22:38 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Aug 2018 11:56:49 +0000 (13:56 +0200)
commit87246f7fd572f9c3db752708730d68cc9eb08d72
tree64dcaf1eca9ee0f38b3bb1b0f0682185455e0f58
parent4985ddbf1edb06f0dc4ae22e9886bde267925e6c
ALSA: intel_hdmi: Use the new non-cached allocation

The HDMI LPE audio driver requires the non-cached page allocations for
its buffers.  With the recent support of SNDRV_DMA_TYPE_DEV_UC type,
we can reduce lots of codes in the driver side and let the memalloc
core doing it properly.

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