Re: [PATCH v8 05/19] media: uvcvideo: Remove s_ctrl and g_ctrl

2021-03-20 Thread Hans Verkuil
On 19/03/2021 18:08, Ricardo Ribalda wrote: > If we do not implement these callback the framework will call the ext_ctrl > callbaks instead, which are a superset of this functions. callbaks -> callbacks With that changed you can add my: Reviewed-by: Hans Verkuil Regards, Hans > > Su

[PATCH v8 05/19] media: uvcvideo: Remove s_ctrl and g_ctrl

2021-03-19 Thread Ricardo Ribalda
If we do not implement these callback the framework will call the ext_ctrl callbaks instead, which are a superset of this functions. Suggested-by: Hans Verkuil Signed-off-by: Ricardo Ribalda --- drivers/media/usb/uvc/uvc_v4l2.c | 56 1 file changed, 56 deletions