Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181662
b: refs/heads/master
c: fad93fd
h: refs/heads/master
v: v3
  • Loading branch information
Abylay Ospan authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent ecef0f6 commit 4ef1534
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: 0a71102f105870a4a245edd1b291fa723a8f3a48
refs/heads/master: fad93fdb14f13e7b869a878c0fba3b6e0f91e0b6
6 changes: 5 additions & 1 deletion trunk/drivers/media/dvb/frontends/stv0900_sw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,9 @@ fe_stv0900_signal_type stv0900_get_signal_params(struct dvb_frontend *fe)
result->pilot = stv0900_get_bits(intp, DEMOD_TYPE) & 0x01;
result->frame_len = ((u32)stv0900_get_bits(intp, DEMOD_TYPE)) >> 1;
result->rolloff = stv0900_get_bits(intp, ROLLOFF_STATUS);

dprintk("%s: modcode=0x%x \n", __func__, result->modcode);

switch (result->standard) {
case STV0900_DVBS2_STANDARD:
result->spectrum = stv0900_get_bits(intp, SPECINV_DEMOD);
Expand Down Expand Up @@ -1634,7 +1637,8 @@ static int stv0900_blind_search_algo(struct dvb_frontend *fe)

agc2_int = stv0900_blind_check_agc2_min_level(intp, demod);

if (agc2_int > STV0900_BLIND_SEARCH_AGC2_TH)
dprintk("%s agc2_int=%d agc2_th=%d \n", __func__, agc2_int, agc2_th);
if (agc2_int > agc2_th)
return FALSE;

if (intp->chip_id == 0x10)
Expand Down

0 comments on commit 4ef1534

Please sign in to comment.