[media] media: dvb-frontends: ts2020: Added in a option for frequency divider value...
authorJohn Horan <knasher@gmail.com>
Wed, 28 Aug 2013 12:37:37 +0000 (09:37 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 2 Oct 2013 09:48:14 +0000 (06:48 -0300)
commit03a6727995df6dbef6e0054761e75ecc68b3a6d2
treee50e81ea9c022355bcb2429930f2638949bfeab6
parentd7f74c0310c3245052d4b8f6b92d8fc628785e76
[media] media: dvb-frontends: ts2020: Added in a option for frequency divider value for s600 devices

When the tuner part of the ds3000 driver was split to share code with the m88rs2000 driver, the ts2020 driver used
the frequency divider value from the m88rs2000 driver.  However the ds3000 driver requires a different value, and this
resulted in some frequecies being invisible to the tuner.  This patch adds back in the value needed for the ds3000 driver
and configured as an option in the dw2102 frontend driver.
It may also apply to su3000 devices, which use the same ds3000 driver, but for now it is only applied to the s660 device.

Signed-off-by: John Horan <knasher@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/ts2020.c
drivers/media/dvb-frontends/ts2020.h
drivers/media/usb/dvb-usb/dw2102.c