]> asedeno.scripts.mit.edu Git - linux.git/commit
media: usbtv: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 13:58:38 +0000 (14:58 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 13 Dec 2019 08:32:53 +0000 (09:32 +0100)
commit8079c5d5868511fe4ce6afca02937c94ff31ed24
treed05bc57b729d2d5642d010c51c714cce3b2d3da5
parent5e625dd5792ea7ea0bf462f4f13a2dc6d8183058
media: usbtv: 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 dropped.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/usb/usbtv/usbtv-audio.c