mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
[media] DVB: dvb_frontend: fix stale parameters on initial frontend event
Modify it to use the data given by the user. Signed-off-by: Andreas Oberritter <obi@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
f00fd919ef
commit
56ce5ac41a
@ -1827,6 +1827,13 @@ static int dvb_frontend_ioctl_legacy(struct file *file,
|
||||
dtv_property_cache_sync(fe, c, &fepriv->parameters_in);
|
||||
}
|
||||
|
||||
/*
|
||||
* Initialize output parameters to match the values given by
|
||||
* the user. FE_SET_FRONTEND triggers an initial frontend event
|
||||
* with status = 0, which copies output parameters to userspace.
|
||||
*/
|
||||
fepriv->parameters_out = fepriv->parameters_in;
|
||||
|
||||
memset(&fetunesettings, 0, sizeof(struct dvb_frontend_tune_settings));
|
||||
memcpy(&fetunesettings.parameters, parg,
|
||||
sizeof (struct dvb_frontend_parameters));
|
||||
|
Loading…
Reference in New Issue
Block a user