Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271677
b: refs/heads/master
c: 84b2714
h: refs/heads/master
i:
  271675: 8739d4d
v: v3
  • Loading branch information
istvan_v@mailbox.hu authored and Mauro Carvalho Chehab committed Aug 27, 2011
1 parent 6c5c503 commit 70682c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2b50763a0b082e1fc40cca2a9b8936abf6e2437e
refs/heads/master: 84b271488dcd2499e9d2c7cfa2abacfd4c5cd744
3 changes: 0 additions & 3 deletions trunk/drivers/media/video/cx88/cx88-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,9 +636,6 @@ int cx88_reset(struct cx88_core *core)
cx_write(MO_PCI_INTSTAT, 0xFFFFFFFF); // Clear PCI int
cx_write(MO_INT1_STAT, 0xFFFFFFFF); // Clear RISC int

/* set default notch filter */
cx_andor(MO_HTOTAL, 0x1800, (HLNotchFilter4xFsc << 11));

/* Reset on-board parts */
cx_write(MO_SRST_IO, 0);
msleep(10);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx88/cx88-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ static const struct cx88_ctrl cx8800_ctls[] = {
.id = V4L2_CID_BAND_STOP_FILTER,
.name = "Notch filter",
.minimum = 0,
.maximum = 3,
.maximum = 1,
.step = 1,
.default_value = 0x0,
.type = V4L2_CTRL_TYPE_INTEGER,
Expand Down

0 comments on commit 70682c2

Please sign in to comment.