summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tda9887.c
diff options
context:
space:
mode:
authorMichael Krufky2007-12-09 17:52:51 +0100
committerMauro Carvalho Chehab2008-01-25 22:03:28 +0100
commita55db8cd7f8a107f3abcb4c803b1873b2be63663 (patch)
tree0198ed8bcbddcaa1f2f8fe41f13ec9735e180176 /drivers/media/video/tda9887.c
parentV4L/DVB (6785): tda8290: remove dependency on struct tuner (diff)
downloadkernel-qcow2-linux-a55db8cd7f8a107f3abcb4c803b1873b2be63663.tar.gz
kernel-qcow2-linux-a55db8cd7f8a107f3abcb4c803b1873b2be63663.tar.xz
kernel-qcow2-linux-a55db8cd7f8a107f3abcb4c803b1873b2be63663.zip
V4L/DVB (6786): tuner: add struct analog_demod_info to struct analog_tuner_ops
Store the analog demodulator name in fe.ops.analog_demod_ops.info.name Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tda9887.c')
-rw-r--r--drivers/media/video/tda9887.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c
index 98d45c4912bd..8a95f097ba23 100644
--- a/drivers/media/video/tda9887.c
+++ b/drivers/media/video/tda9887.c
@@ -636,6 +636,9 @@ static void tda9887_release(struct dvb_frontend *fe)
}
static struct analog_tuner_ops tda9887_tuner_ops = {
+ .info = {
+ .name = "TDA9887",
+ },
.set_params = tda9887_set_params,
.standby = tda9887_standby,
.tuner_status = tda9887_tuner_status,