]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: oxygen: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:49:20 +0000 (10:49 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:15 +0000 (07:25 +0100)
commitfdaad162a4f32cedbfacdf45589f30be6beae1fc
tree7f9d4190f328fdeead5be6835692055f3e156fb6
parentc6312f3926d77d9f5e8aaf1fc5dc7eca6b42f131
ALSA: oxygen: 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-49-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/oxygen/oxygen_pcm.c