summaryrefslogtreecommitdiffstats
path: root/firmware/src/tuner_e4k.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/src/tuner_e4k.c')
-rw-r--r--firmware/src/tuner_e4k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/src/tuner_e4k.c b/firmware/src/tuner_e4k.c
index 898fcf3..1be0212 100644
--- a/firmware/src/tuner_e4k.c
+++ b/firmware/src/tuner_e4k.c
@@ -449,7 +449,7 @@ static int e4k_band_set(struct e4k_state *e4k, enum e4k_band band)
break;
}
- rc = e4k_reg_set_mask(e4k, E4K_REG_SYNTH1, 0x03, band);
+ rc = e4k_reg_set_mask(e4k, E4K_REG_SYNTH1, 0x06, band << 1);
if (rc >= 0)
e4k->band = band;