summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885.h
diff options
context:
space:
mode:
authorMichael Krufky2009-05-09 03:39:24 +0200
committerMauro Carvalho Chehab2009-07-05 19:30:01 +0200
commitf35b9e8039c04f0cb9fe3a051ce941b1524a8798 (patch)
tree7db57c7538cd8b0b2be71d7127eaafe624edf6c3 /drivers/media/video/cx23885/cx23885.h
parentV4L/DVB (12148): move V4L2_PIX_FMT_SGRBG8 to the proper place (diff)
downloadkernel-qcow2-linux-f35b9e8039c04f0cb9fe3a051ce941b1524a8798.tar.gz
kernel-qcow2-linux-f35b9e8039c04f0cb9fe3a051ce941b1524a8798.tar.xz
kernel-qcow2-linux-f35b9e8039c04f0cb9fe3a051ce941b1524a8798.zip
V4L/DVB (12165): cx23885: override set_frontend to allow rf input path switching on the HVR1275
Use separate RF input spigots for Antennae and Cable. Reviewed-by: Steven Toth <stoth@kernellabs.com> 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 1a2ac518a3f1..f4e22b0af7d2 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;
+ int (*set_frontend_save) (struct dvb_frontend *,
+ struct dvb_frontend_parameters *);
};
struct cx23885_dev {