mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
use F output as default
This commit is contained in:
parent
46a4f7476a
commit
4b053c68ef
@ -660,7 +660,7 @@ static int mod_set_sdr_gain(struct ddb *dev, u32 gain)
|
|||||||
ddbwritel(dev, gain, SDR_GAIN_F);
|
ddbwritel(dev, gain, SDR_GAIN_F);
|
||||||
}
|
}
|
||||||
if (link->mci_ok)
|
if (link->mci_ok)
|
||||||
mci_cmd_val(link, 0xc1, gain);
|
mci_cmd_val(link, 0xc0, gain);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user