Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174173
b: refs/heads/master
c: b8415f5
h: refs/heads/master
i:
  174171: e8157f7
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent e5e72d1 commit 898d529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 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: a7925eb3e4b5cf9f223cd30bbd3e93b9daa02816
refs/heads/master: b8415f5314ce0b190b5963d2180441cd862efa26
11 changes: 1 addition & 10 deletions trunk/drivers/media/dvb/frontends/atbm8830.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ static int set_osc_freq(struct atbm_state *priv, u32 freq /*in kHz*/)

static int set_if_freq(struct atbm_state *priv, u32 freq /*in kHz*/)
{

u32 fs = priv->config->osc_clk_freq;
double t;
u32 val;
Expand Down Expand Up @@ -161,15 +161,6 @@ static int is_locked(struct atbm_state *priv, u8 *locked)
return 0;
}

static int set_agc_config(struct atbm_state *priv,
u8 min, u8 max, u8 hold_loop)
{
atbm8830_write_reg(priv, REG_AGC_MIN, min);
atbm8830_write_reg(priv, REG_AGC_MAX, max);
atbm8830_write_reg(priv, REG_AGC_HOLD_LOOP, hold_loop);

return 0;
}

static int set_static_channel_mode(struct atbm_state *priv)
{
Expand Down

0 comments on commit 898d529

Please sign in to comment.