ALSA: x86: Simplify with dma_set_mask_and_coherent()
authorTakashi Iwai <tiwai@suse.de>
Thu, 14 Jan 2021 12:54:12 +0000 (13:54 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 15 Jan 2021 10:17:19 +0000 (11:17 +0100)
commit915183b62276191ef767e00e683f4c085c4cc325
tree694cdb48fee17e46b42ea958bba0e6bb0efe2bf0
parent669f65eaeb969ef60811939a5811479d3e8087af
ALSA: x86: Simplify with dma_set_mask_and_coherent()

LPE driver still has explicit calls of dma_set_mask() and
dma_set_coherent_mask().

Let's simplify with dma_set_mask_and_coherent().

Link: https://lore.kernel.org/r/20210114125412.993-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/intel_hdmi_audio.c