mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-03-25 05:35:28 +01:00
tuner_e4k: workaround for band selection between 325 - 350 MHz
Thanks to roger and Kire Pudsje for reporting this problem, and Hoernchen for proposing the fix. Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
parent
75548c8bf3
commit
635b2751af
@ -447,6 +447,9 @@ static int e4k_band_set(struct e4k_state *e4k, enum e4k_band band)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* workaround: if we don't reset this register before writing to it,
|
||||||
|
* we get a gap between 325-350 MHz */
|
||||||
|
rc = e4k_reg_set_mask(e4k, E4K_REG_SYNTH1, 0x06, 0);
|
||||||
rc = e4k_reg_set_mask(e4k, E4K_REG_SYNTH1, 0x06, band << 1);
|
rc = e4k_reg_set_mask(e4k, E4K_REG_SYNTH1, 0x06, band << 1);
|
||||||
if (rc >= 0)
|
if (rc >= 0)
|
||||||
e4k->band = band;
|
e4k->band = band;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user