mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
Update mxl5xx.c
This commit is contained in:
parent
6b73faeee5
commit
98ffd8067a
@ -521,6 +521,7 @@ static int set_parameters(struct dvb_frontend *fe)
|
||||
while (time_before(jiffies, state->base->next_tune))
|
||||
msleep(10);
|
||||
state->base->next_tune = jiffies + msecs_to_jiffies(100);
|
||||
/* pr_info("mxl5xx tune\n"); */
|
||||
state->tuner_in_use = state->tuner;
|
||||
BUILD_HYDRA_CMD(MXL_HYDRA_DEMOD_SET_PARAM_CMD, MXL_CMD_WRITE,
|
||||
cmdSize, &demodChanCfg, cmdBuff);
|
||||
|
Loading…
x
Reference in New Issue
Block a user