]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dvb-core: Don't pass DVBv3 parameters on tune() fops
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 26 Dec 2011 20:48:33 +0000 (17:48 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 31 Dec 2011 12:08:46 +0000 (10:08 -0200)
commitc7e7583081cddac5570723b69838b3bb9c096f66
tree0a5d1126bc488ccdeb54e8762aa89d5df48ae719
parent63240c88660d8ca8adaebef5f7e7b1cfa4772b0c
[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>
drivers/media/dvb/bt8xx/dst.c
drivers/media/dvb/dvb-core/dvb_frontend.c
drivers/media/dvb/dvb-core/dvb_frontend.h
drivers/media/dvb/frontends/cx24116.c
drivers/media/dvb/frontends/cx24123.c
drivers/media/dvb/frontends/ds3000.c
drivers/media/dvb/frontends/mb86a20s.c
drivers/media/dvb/frontends/s921.c
drivers/media/dvb/pt1/va1j5jf8007s.c
drivers/media/dvb/pt1/va1j5jf8007t.c