Commit 869826a1 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (10705): zoran: use slider flag with volume etc. controls.

parent b80696b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3260,6 +3260,7 @@ static int zoran_queryctrl(struct file *file, void *__fh,
	ctrl->step = 1;
	ctrl->default_value = 32768;
	ctrl->type = V4L2_CTRL_TYPE_INTEGER;
	ctrl->flags = V4L2_CTRL_FLAG_SLIDER;

	return 0;
}