Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367148
b: refs/heads/master
c: 396f365
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 17, 2013
1 parent 8fdb7be commit 1c80425
Show file tree
Hide file tree
Showing 2 changed files with 4 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: dfdeac8108db5066e1adaf112adbe396ef27f0bc
refs/heads/master: 396f3659aa9decdb0acf82a36e59c20d656e19ed
3 changes: 3 additions & 0 deletions trunk/drivers/media/tuners/r820t.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,8 @@ static int r820t_set_pll(struct r820t_priv *priv, enum v4l2_tuner_type type,
freq = freq / 1000;
pll_ref = priv->cfg->xtal / 1000;

#if 0
/* Doesn't exist on rtl-sdk, and on field tests, caused troubles */
if ((priv->cfg->rafael_chip == CHIP_R620D) ||
(priv->cfg->rafael_chip == CHIP_R828D) ||
(priv->cfg->rafael_chip == CHIP_R828)) {
Expand All @@ -574,6 +576,7 @@ static int r820t_set_pll(struct r820t_priv *priv, enum v4l2_tuner_type type,
refdiv2 = 0x10;
}
}
#endif

rc = r820t_write_reg_mask(priv, 0x10, refdiv2, 0x10);
if (rc < 0)
Expand Down

0 comments on commit 1c80425

Please sign in to comment.