fw/tuner_e4k: Use signed int for if1_gain in the gain combination array

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2012-04-01 16:19:07 +02:00 committed by Harald Welte
parent 0bcf409c54
commit a99f1b530e
1 changed files with 1 additions and 1 deletions

View File

@ -776,7 +776,7 @@ static const int8_t if_gains_max[] = {
struct gain_comb {
int8_t mixer_gain;
uint8_t if1_gain;
int8_t if1_gain;
uint8_t reg;
};