Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76631
b: refs/heads/master
c: d536c9d
h: refs/heads/master
i:
  76629: 242237f
  76627: 01665da
  76623: 4557299
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent ba26361 commit c4c137d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0b6a3342a645208feaab76332f1eee33e1688bd5
refs/heads/master: d536c9df41f5e47a37e22b46ea98451ce8134e55
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/tuner-xc2028.c
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,9 @@ static int generic_set_freq(struct dvb_frontend *fe, u32 freq /* in HZ */,
*/
if (new_mode == T_ANALOG_TV) {
rc = send_seq(priv, {0x00, 0x00});
} else if (!(priv->cur_fw.type & ATSC)) {
} else if (priv->cur_fw.type & ATSC) {
offset = 1750000;
} else {
offset = 2750000;
/*
* We must adjust the offset by 500kHz in two cases in order
Expand Down

0 comments on commit c4c137d

Please sign in to comment.