]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: via82xx: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:49:27 +0000 (10:49 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:18 +0000 (07:25 +0100)
commit7c60bcd2fa5bb5f10cca568ca9b1ee829355fb8a
treeee8ff1ef39a0f09a0f95c57f84e2016440be2cbb
parentb3f2d309a33e7d2adbe844227be36534ffb28220
ALSA: via82xx: Use managed buffer allocation

Clean up the drivers 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-56-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/via82xx.c
sound/pci/via82xx_modem.c