Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92697
b: refs/heads/master
c: e77ebda
h: refs/heads/master
i:
  92695: d596378
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 24, 2008
1 parent dab4ce5 commit 22bda15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: e54318e5a41cfe10325ae2f817d337beb84e79aa
refs/heads/master: e77ebdaa927a9e1b6a2e46086f6ca9a445cd0b88
5 changes: 4 additions & 1 deletion trunk/drivers/media/video/em28xx/em28xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,11 @@ static void em28xx_setup_xc3028(struct em28xx *dev, struct xc2028_ctrl *ctl)
ctl->mts = em28xx_boards[dev->model].mts_firmware;

switch (dev->model) {
/* Add card-specific parameters for xc3028 here */
case EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900:
ctl->demod = XC3028_FE_ZARLINK456;
break;
case EM2880_BOARD_HAUPPAUGE_WINTV_HVR_950:
/* FIXME: Better to specify the needed IF */
ctl->demod = XC3028_FE_DEFAULT;
break;
default:
Expand Down

0 comments on commit 22bda15

Please sign in to comment.