提交 75bc8019 编写于 作者: M Mauro Carvalho Chehab

V4L/DVB (3643): Fix default values for tvp5150 controls

Default values were wrong. Fixing it.
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 4263fa8c
......@@ -53,7 +53,7 @@ static struct v4l2_queryctrl tvp5150_qctrl[] = {
.minimum = 0,
.maximum = 255,
.step = 1,
.default_value = 0,
.default_value = 128,
.flags = 0,
}, {
.id = V4L2_CID_CONTRAST,
......@@ -62,7 +62,7 @@ static struct v4l2_queryctrl tvp5150_qctrl[] = {
.minimum = 0,
.maximum = 255,
.step = 0x1,
.default_value = 0x10,
.default_value = 128,
.flags = 0,
}, {
.id = V4L2_CID_SATURATION,
......@@ -71,7 +71,7 @@ static struct v4l2_queryctrl tvp5150_qctrl[] = {
.minimum = 0,
.maximum = 255,
.step = 0x1,
.default_value = 0x10,
.default_value = 128,
.flags = 0,
}, {
.id = V4L2_CID_HUE,
......@@ -80,7 +80,7 @@ static struct v4l2_queryctrl tvp5150_qctrl[] = {
.minimum = -128,
.maximum = 127,
.step = 0x1,
.default_value = 0x10,
.default_value = 0,
.flags = 0,
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册