mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
added README.md
This commit is contained in:
@@ -750,6 +750,8 @@ int dddvb_fe_tune(struct dddvb_fe *fe, struct dddvb_params *p)
|
||||
memcpy(fe->n_param.param, p->param, sizeof(fe->n_param.param));
|
||||
fe->n_tune = 1;
|
||||
pthread_mutex_unlock(&fe->mutex);
|
||||
while(fe->n_tune) usleep(10000);
|
||||
while(fe->tune != 2) usleep(10000);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user