From: Michael Krufky Date: Sun, 16 Dec 2007 22:53:32 +0000 (-0300) Subject: V4L/DVB (6840): tuner: convert tda9887 to use TUNER_SET_CONFIG X-Git-Tag: v2.6.25-rc1~1235^2~181 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=710401b837f8849dc9c28385eb5298746b811305;p=pandora-kernel.git V4L/DVB (6840): tuner: convert tda9887 to use TUNER_SET_CONFIG Use TUNER_SET_CONFIG to set configuration in tda9887's private state structure, rather than storing tda9887-specific configuration within struct tuner. Update handling of TUNER_SET_CONFIG by tuner-core, to call &t->fe.ops.analog_demod_ops rather than &t->fe.ops.tuner_ops analog_demod_ops.set_config passes the request to tuner_ops.set_config, so this does not break other drivers. Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed