media: dvb-frontends/stv0910: make TS speed configurable
authorDaniel Scheller <d.scheller@gmx.net>
Wed, 9 May 2018 20:08:02 +0000 (16:08 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 28 May 2018 21:46:04 +0000 (17:46 -0400)
commit7069018ec3afd532ad2043d58ee87821a03d8df4
tree3d35df9f1b693d06b896bd26b93b3d9091688923
parentcaf2827cfe546ae2fbc27641c619be57c23d2a9b
media: dvb-frontends/stv0910: make TS speed configurable

Add a tsspeed config option to struct stv0910_cfg which can be used by
users of the driver to set the (parallel) TS speed (higher speeds enable
support for higher bitrate transponders). If tsspeed isn't set in the
config, it'll default to a sane value.

This commit also updates the two consumers of the stv0910 driver (ngene
and ddbridge) to have a default tsspeed in their stv0910_cfg templates.

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Tested-by: Richard Scobie <rascobie@slingshot.co.nz>
Tested-by: Helmut Auer <post@helmutauer.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/dvb-frontends/stv0910.c
drivers/media/dvb-frontends/stv0910.h
drivers/media/pci/ddbridge/ddbridge-core.c
drivers/media/pci/ngene/ngene-cards.c