Phase three of my hybrid tuner refactoring work deals with the "tuner-simple" and "dvb-pll" tuner modules.
There are a number of "simple", four (or five) -byte "tin can" tuners that each use both the tuner-simple module for analog tuning support, and the dvb-pll module for digital tuning support. This has been a long-standing issue, since a single piece of hardware is being controlled by two separate driver modules. Each individual module can never have full knowledge of the device's state, since tuner-simple and dvb-pll do not interact with one another. In the "tuner-refactor-phase-3" development repository, I've converted a selection of drivers to use tuner-simple for both analog and digital tuning support, while disabling digital-only support for those tuners in the dvb-pll module. The advantage is that a single driver is now supporting both analog and digital tuning functions for each device, and each side of the driver has full access to the tuner hardware and driver state. http://linuxtv.org/hg/~mkrufky/tuner-refactor-phase-3 Users of devices that use the Philips TUV1236d or FCV1236d tuners will find that they now have better control of rf input selection. see "modinfo tuner-simple" for details. Devices that use those tuners include, Kworld PlusTV / ATSC 110/115, ATi HDTV Wonder, pcHDTV 2000, Hauppauge WinTV-D, DViCO FusionHDTV II, Kworld USB2800, Sasem / OnAir HDTV USB2. (note: some of the drivers for these devices only support analog tuning at the moment) I've already successfully tested these changes on devices that use the following tuners: LG TDVS-H06xF Philips FMD1216ME Philips FCV 1236D Philips TUV 1236D Thomson DTT 761x ( It's handy to have my own v4l/dvb supported cards museum ;-) ) The following three devices remain untested, but I do not expect any problems: Microtune 4042 FI5 (DViCO FusionHDTV3 Gold-Q) Thomson FE6600 (DViCO FusionHDTV DVB-T Hybrid) Philips TD1316 (Avermedia AverTV DVB-T 777) Please test the changes on your devices, and post any feedback to this thread. -Michael Krufky _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb