V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIG
authorMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 18 Oct 2007 22:56:47 +0000 (19:56 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:00:54 +0000 (19:00 -0200)
Currently, the only tuner-specific device that allows special
configurations is tda9887. However, tea5767 also may require some
special configurations (for example, to specify a different Xtal freq).

This patch replaces TDA9887_SET_CONFIG by a more generic internal ioctl
(TUNER_SET_CONFIG). The newer one allows specifying what tuner is
appliable to a configuration set, and allows an arbitrary configuration
struct.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found