ALSA: ymfpci: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:49:28 +0000 (10:49 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:18 +0000 (07:25 +0100)
commitb6ed90c0dd764ac83b4d775e48669c95e93f77ce
tree083aeb44324313df7132be562f0923821c20f009
parent8e2c75249d066ff365d8dc5028ce3c402c3a7230
ALSA: ymfpci: Use managed buffer allocation

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

Link: https://lore.kernel.org/r/20191209094943.14984-57-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ymfpci/ymfpci_main.c