OSDN Git Service

ALSA: pdaudiocf: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:49:29 +0000 (10:49 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:18 +0000 (07:25 +0100)
commit6dfa8fd598ecf732768ae77e7e08516efd6e71ab
tree723aeac84016cad33677f16d072db3c3ac2c05f5
parentb6ed90c0dd764ac83b4d775e48669c95e93f77ce
ALSA: pdaudiocf: Use managed buffer allocation

Clean up the driver with the new managed buffer allocation API.
The hw_params and hw_free callbacks became superfluous and got
dropped.

Link: https://lore.kernel.org/r/20191209094943.14984-58-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c