diff options
author | Michael Krufky <mkrufky@kernellabs.com> | 2009-05-09 03:39:24 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-05 19:30:01 +0200 |
commit | f35b9e8039c04f0cb9fe3a051ce941b1524a8798 (patch) | |
tree | 7db57c7538cd8b0b2be71d7127eaafe624edf6c3 /drivers/media/video/cx23885/cx23885.h | |
parent | V4L/DVB (12148): move V4L2_PIX_FMT_SGRBG8 to the proper place (diff) | |
download | linux-f35b9e8039c04f0cb9fe3a051ce941b1524a8798.tar.xz 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.h | 2 |
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 { |