commit | 7e0722215a510921cbb73ab4c37477d4dcb91bf8 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Dec 26 17:48:33 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Dec 31 10:08:46 2011 -0200 |
tree | 0a5d1126bc488ccdeb54e8762aa89d5df48ae719 | |
parent | 5581e130ad288af745706c30de050bc2cf6e37b3 [diff] |
[media] dvb-core: Don't pass DVBv3 parameters on tune() fops As all parameters are passed via DVBv5 to the frontends, there's no need to pass them again via fops. Also, most drivers weren't using it anyway. So, instead, just pass a parameter to indicate if the hardware algorithm wants the driver to re-tune or not. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>