Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76467
b: refs/heads/master
c: a5e9fe1
h: refs/heads/master
i:
  76465: af43308
  76463: 14ba83f
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 25, 2008
1 parent e5a7ac3 commit 5124164
Show file tree
Hide file tree
Showing 2 changed files with 6 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: c71d4bc512dda42069c70219bd00315a91550367
refs/heads/master: a5e9fe149afb0fdf0de4729f1b0d203d4ac14906
6 changes: 5 additions & 1 deletion trunk/drivers/media/video/tuner-xc2028.c
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,11 @@ static int xc2028_set_tv_freq(struct dvb_frontend *fe,
struct xc2028_data *priv = fe->tuner_priv;
fe_bandwidth_t bw;

/* FIXME: Maybe there are more 6 MHz video standards */
/* if std is not defined, choose one */
if (!p->std)
p->std = V4L2_STD_MN;

/* PAL/M, PAL/N, PAL/Nc and NTSC variants should use 6MHz firmware */
if (p->std & V4L2_STD_MN)
bw = BANDWIDTH_6_MHZ;
else
Expand Down

0 comments on commit 5124164

Please sign in to comment.