Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273591
b: refs/heads/master
c: c8c741b
h: refs/heads/master
i:
  273589: e1ec34a
  273587: 8ae3fd5
  273583: c5dd6ff
v: v3
  • Loading branch information
Andy Walls authored and Mauro Carvalho Chehab committed Nov 3, 2011
1 parent 4c7f2ad commit 5b9e77a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8f33450a4c886774345d606d615cf6b50fa193b7
refs/heads/master: c8c741b6eeb7c5c514a3177fd28225bff454b08f
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/cx18/cx18-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,8 @@ static int __devinit cx18_probe(struct pci_dev *pci_dev,
setup.addr = ADDR_UNSET;
setup.type = cx->options.tuner;
setup.mode_mask = T_ANALOG_TV; /* matches TV tuners */
if (cx->options.radio > 0)
setup.mode_mask |= T_RADIO;
setup.tuner_callback = (setup.type == TUNER_XC2028) ?
cx18_reset_tuner_gpio : NULL;
cx18_call_all(cx, tuner, s_type_addr, &setup);
Expand Down

0 comments on commit 5b9e77a

Please sign in to comment.