]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: cmipci: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:49:02 +0000 (10:49 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:07 +0000 (07:25 +0100)
commit3ecea920456463157101a3fc93dfd3d0f39445c6
tree155cb28152e7dbd63bdc488bf59f63d90a3548fa
parent49e707d873053ca0e948b8a24f2b05393d38a681
ALSA: cmipci: 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-31-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/cmipci.c