Skip to content

Commit

Permalink
[media] dib8000: In auto-search, try first with partial reception ena…
Browse files Browse the repository at this point in the history
…bled

TV broadcasters generally use partial reception. So, enable it by
default in auto-search mode. The driver will latter detect if the
transmission is on some other mode.

Acked-By: Patrick Boettcher <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
mchehab committed Jul 7, 2014
1 parent 0862351 commit dde8e11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/media/dvb-frontends/dib8000.c
Original file line number Diff line number Diff line change
Expand Up @@ -2351,6 +2351,9 @@ static void dib8000_set_isdbt_common_channel(struct dib8000_state *state, u8 seq
int init_prbs;
struct dtv_frontend_properties *c = &state->fe[0]->dtv_property_cache;

if (autosearching)
c->isdbt_partial_reception = 1;

/* P_mode */
dib8000_write_word(state, 10, (seq << 4));

Expand Down

0 comments on commit dde8e11

Please sign in to comment.