aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885.h
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@me.by>2011-01-25 17:06:00 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-21 20:32:18 -0300
commit10d0dcd73c619d86b8ba1c9cd753ce749f578bf4 (patch)
tree0628ae2fe4c5cdb7509b9fa8f7b1041d18f9b1ab /drivers/media/video/cx23885/cx23885.h
parent557f48d5720b45dae07788bc9976762c363b8ad0 (diff)
downloadkernel_samsung_smdk4412-10d0dcd73c619d86b8ba1c9cd753ce749f578bf4.zip
kernel_samsung_smdk4412-10d0dcd73c619d86b8ba1c9cd753ce749f578bf4.tar.gz
kernel_samsung_smdk4412-10d0dcd73c619d86b8ba1c9cd753ce749f578bf4.tar.bz2
[media] cx23885: implement num_fds_portb, num_fds_portc parameters for cx23885_board structure
This is needed for multifrontend support. NetUP Dual DVB-T/C CI RF card has frontends connected to port B & C Each frontend has two switchable cores - DVB-T & DVB-C Signed-off-by: Igor M. Liplianin <liplianin@netup.ru> 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885.h b/drivers/media/video/cx23885/cx23885.h
index d8c76b0..8db2797 100644
--- a/drivers/media/video/cx23885/cx23885.h
+++ b/drivers/media/video/cx23885/cx23885.h
@@ -205,6 +205,7 @@ typedef enum {
struct cx23885_board {
char *name;
port_t porta, portb, portc;
+ int num_fds_portb, num_fds_portc;
unsigned int tuner_type;
unsigned int radio_type;
unsigned char tuner_addr;