summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885.h
diff options
context:
space:
mode:
authorMichael Krufky2009-06-16 22:08:17 +0200
committerMauro Carvalho Chehab2009-07-05 19:30:01 +0200
commitb179bc4579f67c6f1df524c48b28cacf0c7a1b91 (patch)
treeeebc950d6ee5ad535d9d84fd6aba8ec11fec38f6 /drivers/media/video/cx23885/cx23885.h
parentV4L/DVB (12165): cx23885: override set_frontend to allow rf input path switch... (diff)
downloadkernel-qcow2-linux-b179bc4579f67c6f1df524c48b28cacf0c7a1b91.tar.gz
kernel-qcow2-linux-b179bc4579f67c6f1df524c48b28cacf0c7a1b91.tar.xz
kernel-qcow2-linux-b179bc4579f67c6f1df524c48b28cacf0c7a1b91.zip
V4L/DVB (12166): cx23885: add FIXME comment above set_frontend override
add FIXME comment to indicate that the set_frontend override is a temporary hack. This will be done a better way in the next kernel. Signed-off-by: Michael Krufky <mkrufky@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885.h')
-rw-r--r--drivers/media/video/cx23885/cx23885.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885.h b/drivers/media/video/cx23885/cx23885.h
index f4e22b0af7d2..214a55e943b7 100644
--- a/drivers/media/video/cx23885/cx23885.h
+++ b/drivers/media/video/cx23885/cx23885.h
@@ -288,6 +288,8 @@ struct cx23885_tsport {
/* Allow a single tsport to have multiple frontends */
u32 num_frontends;
void *port_priv;
+
+ /* FIXME: temporary hack */
int (*set_frontend_save) (struct dvb_frontend *,
struct dvb_frontend_parameters *);
};