tuner_e4k: Fix band setting method mask & calls

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2012-03-29 23:36:09 +02:00
parent 60d88b6ed2
commit bdb4f8e5ca
1 changed files with 1 additions and 1 deletions

View File

@ -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;