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