]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:49:12 +0000 (10:49 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:12 +0000 (07:25 +0100)
commitacc264bc2b3cd1c3937f4fdef62abb9ae9a495f1
tree2b9245c821c0ff3bcad26cbf5a2777f08f8df650
parent4a6c431eaf0ae335ddc95da8b2bf139c9a0055ce
ALSA: hda: Use managed buffer allocation

Clean up the common driver module 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-41-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_controller.c