ALSA: hdml-lpe-audio: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:49:43 +0000 (10:49 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:25 +0000 (07:25 +0100)
commitcc6c69126e38d3880b72400cfe29e52cc1a7fa2b
treeae3759e20d5dcb0d27d7aa94e8a0b9c37ce009ab
parentdd21bf512b648b7f5241557b59f8fd22221e2f76
ALSA: hdml-lpe-audio: Use managed buffer allocation

Clean up the driver with the new managed buffer allocation API.
The superfluous snd_pcm_lib_malloc_pages() and
snd_pcm_lib_free_pages() calls are dropped.

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