Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17285
b: refs/heads/master
c: f5b90a2
h: refs/heads/master
i:
  17283: 5ed9a2f
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 9, 2006
1 parent a6b3adb commit 7090483
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 5c07db0cb4f537731dba31002f314f3dc270d83f
refs/heads/master: f5b90a27ffe25c428329edae5b1ef81e1a8e383f
7 changes: 7 additions & 0 deletions trunk/drivers/media/video/tuner-simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,13 @@ static void default_set_tv_freq(struct i2c_client *c, unsigned int freq)
}

div=freq + IFPCoff + offset;

tuner_dbg("Freq= %d.%02d MHz, V_IF=%d.%02d MHz, Offset=%d.%02d MHz, div=%0d\n",
freq / 16, freq % 16 * 100 / 16,
IFPCoff / 16, IFPCoff % 16 * 100 / 16,
offset / 16, offset % 16 * 100 / 16,
div);

if (t->type == TUNER_PHILIPS_SECAM && freq < t->freq) {
buffer[0] = tun->config;
buffer[1] = config;
Expand Down

0 comments on commit 7090483

Please sign in to comment.