Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367191
b: refs/heads/master
c: 6f7ee06
h: refs/heads/master
i:
  367189: 88abe88
  367187: b17d6d6
  367183: 300f7a8
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 25, 2013
1 parent 9b82bcb commit 9d4eab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 619ab8f611e269e12c956361a38a4206cef9155d
refs/heads/master: 6f7ee06f4ec40d2bfc91ec67ee6e40e5fd2f2e59
6 changes: 4 additions & 2 deletions trunk/drivers/media/dvb-frontends/dib8000.c
Original file line number Diff line number Diff line change
Expand Up @@ -2409,7 +2409,8 @@ static void dib8000_set_isdbt_common_channel(struct dib8000_state *state, u8 seq
state->isdbt_cfg_loaded = 0;
}

u32 dib8000_wait_lock(struct dib8000_state *state, u32 internal, u32 wait0_ms, u32 wait1_ms, u32 wait2_ms)
static u32 dib8000_wait_lock(struct dib8000_state *state, u32 internal,
u32 wait0_ms, u32 wait1_ms, u32 wait2_ms)
{
u32 value;
u16 reg = 11; /* P_search_end0 start addr */
Expand Down Expand Up @@ -2685,7 +2686,8 @@ static void dib8000_set_frequency_offset(struct dib8000_state *state)
}

static u16 LUT_isdbt_symbol_duration[4] = { 26, 101, 63 };
u32 dib8000_get_symbol_duration(struct dib8000_state *state)

static u32 dib8000_get_symbol_duration(struct dib8000_state *state)
{
u16 i;

Expand Down

0 comments on commit 9d4eab8

Please sign in to comment.