--- linux/drivers/media/common/tuners/tuner-types.c 2008-09-08 21:42:40.000000000 +0200 +++ linux/drivers/media/common/tuners/tuner-types.c 2008-09-16 10:55:28.000000000 +0200 @@ -1480,6 +1480,7 @@ struct tunertype tuners[] = { .min = 16 * 57.00, .max = 16 * 858.00, .stepsize = 62500, + .initdata = tua603x_agc103, }, /* 50-59 */ @@ -1494,12 +1495,15 @@ struct tunertype tuners[] = { .count = ARRAY_SIZE(tuner_philips_fm1256_ih3_params), }, [TUNER_THOMSON_DTT7610] = { /* THOMSON ATSC */ + .initdata = tua603x_agc112, + .sleepdata = (u8[]){ 4, 0x9c, 0x60, 0x85, 0x54 }, .name = "Thomson DTT 7610 (ATSC/NTSC)", .params = tuner_thomson_dtt7610_params, .count = ARRAY_SIZE(tuner_thomson_dtt7610_params), .min = 16 * 44.00, .max = 16 * 958.00, .stepsize = 62500, + .initdata = tua603x_agc103, }, [TUNER_PHILIPS_FQ1286] = { /* Philips NTSC */ .name = "Philips FQ1286", @@ -1544,7 +1548,6 @@ struct tunertype tuners[] = { .min = 16 * 57.00, .max = 16 * 863.00, .stepsize = 62500, - .initdata = tua603x_agc103, }, [TUNER_TENA_9533_DI] = { /* Philips PAL */ .name = "Tena TNF9533-D/IF/TNF9533-B/DF", @@ -1562,8 +1565,6 @@ struct tunertype tuners[] = { .min = 16 * 50.87, .max = 16 * 858.00, .stepsize = 166667, - .initdata = tua603x_agc112, - .sleepdata = (u8[]){ 4, 0x9c, 0x60, 0x85, 0x54 }, }, [TUNER_LG_TDVS_H06XF] = { /* LGINNOTEK ATSC */ .name = "LG TDVS-H06xF", /* H061F, H062F & H064F */ @@ -1572,7 +1573,6 @@ struct tunertype tuners[] = { .min = 16 * 54.00, .max = 16 * 863.00, .stepsize = 62500, - .initdata = tua603x_agc103, }, [TUNER_YMEC_TVF66T5_B_DFF] = { /* Philips PAL */ .name = "Ymec TVF66T5-B/DFF",