summaryrefslogtreecommitdiff
path: root/drivers/media/video/tda9887.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-12-09 16:52:51 (GMT)
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 21:03:28 (GMT)
commita55db8cd7f8a107f3abcb4c803b1873b2be63663 (patch)
tree0198ed8bcbddcaa1f2f8fe41f13ec9735e180176 /drivers/media/video/tda9887.c
parentab1660503ac3af7febfcf987648509b484d4feda (diff)
downloadlinux-fsl-qoriq-a55db8cd7f8a107f3abcb4c803b1873b2be63663.tar.xz
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 98d45c4..8a95f09 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,