V4L/DVB (4955): Fix autosearch index
authorMario Rossi <[email protected]>
Mon, 11 Dec 2006 08:37:31 +0000 (05:37 -0300)
committerMauro Carvalho Chehab <[email protected]>
Wed, 27 Dec 2006 12:23:24 +0000 (10:23 -0200)
After rewriting the driver the wrong autosearch index was used when
COFDM-parameter needed to be detected.
Thanks to Mario Rossi who found it.

Signed-off-by: Mario Rossi <[email protected]>
Signed-off-by: Patrick Boettcher <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/dvb/frontends/dib3000mc.c

index 5da66178006ca9ef91d7f60cde30414e155b8198..23aa75a27c1f7fda92a52099b6427891878a4677 100644 (file)
@@ -515,7 +515,7 @@ static int dib3000mc_autosearch_start(struct dvb_frontend *demod, struct dibx000
        fchan.vit_alpha = 1; fchan.vit_code_rate_hp = 2; fchan.vit_code_rate_lp = 2;
        fchan.vit_hrch = 0; fchan.vit_select_hp = 1;
 
-       dib3000mc_set_channel_cfg(state, &fchan, 7);
+       dib3000mc_set_channel_cfg(state, &fchan, 11);
 
        reg = dib3000mc_read_word(state, 0);
        dib3000mc_write_word(state, 0, reg | (1 << 8));