Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92567
b: refs/heads/master
c: 1b879c4
h: refs/heads/master
i:
  92565: 2cbec10
  92563: 3e6329f
  92559: 008766a
v: v3
  • Loading branch information
Frej Drejhammar authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 24568cd commit d49f4e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a8ac688938b89ab0fa8ffe16da0facdc73a70588
refs/heads/master: 1b879c43811933514130421548fff7640e84d8e5
13 changes: 13 additions & 0 deletions trunk/drivers/media/video/cx88/cx88-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,18 @@ static struct cx88_ctrl cx8800_ctls[] = {
.reg = MO_INPUT_FORMAT,
.mask = 1 << 10,
.shift = 10,
}, {
.v = {
.id = V4L2_CID_COLOR_KILLER,
.name = "Color killer",
.minimum = 0,
.maximum = 1,
.default_value = 0x0,
.type = V4L2_CTRL_TYPE_BOOLEAN,
},
.reg = MO_INPUT_FORMAT,
.mask = 1 << 9,
.shift = 9,
}, {
/* --- audio --- */
.v = {
Expand Down Expand Up @@ -295,6 +307,7 @@ const u32 cx88_user_ctrls[] = {
V4L2_CID_AUDIO_BALANCE,
V4L2_CID_AUDIO_MUTE,
V4L2_CID_CHROMA_AGC,
V4L2_CID_COLOR_KILLER,
0
};
EXPORT_SYMBOL(cx88_user_ctrls);
Expand Down

0 comments on commit d49f4e7

Please sign in to comment.