Skip to content

Commit ca99ffe

Browse files
committed
Larger margins for tuner (experimental)
1 parent 100c21f commit ca99ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/dvb-frontends/m88rs6060_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ static int rs6060_set_bb(struct m88rs6060_state *dev, u32 symbol_rate_KSs, s32 l
12661266

12671267
f3dB = symbol_rate_KSs * 9 / 14 + 2000; //bw approx 1.3 * symbolrate
12681268
f3dB += lpf_offset_KHz;
1269-
f3dB = clamp_val(f3dB, 6000U, 43000U);
1269+
f3dB = clamp_val(f3dB, 100U, /*43000U*/ 60000U);
12701270
reg40 = f3dB / 1000;
12711271

12721272
return rs6060_set_tuner_reg(dev, 0x40, reg40);

0 commit comments

Comments
 (0)