summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-xc2028.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-11-24 10:20:15 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:02:54 -0200
commitd74cb25e427e2ef979107cbed67d39eba53a6b0f (patch)
tree1f8380327ef26592d862c4585b350dce84383176 /drivers/media/video/tuner-xc2028.h
parent00deff1a076dc1cf6743813657623626720bf0f5 (diff)
downloadtalos-obmc-linux-d74cb25e427e2ef979107cbed67d39eba53a6b0f.tar.gz
talos-obmc-linux-d74cb25e427e2ef979107cbed67d39eba53a6b0f.zip
V4L/DVB (6672): Add support for radio
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-xc2028.h')
-rw-r--r--drivers/media/video/tuner-xc2028.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/video/tuner-xc2028.h b/drivers/media/video/tuner-xc2028.h
index a59d00fb2a36..02e116b54592 100644
--- a/drivers/media/video/tuner-xc2028.h
+++ b/drivers/media/video/tuner-xc2028.h
@@ -15,8 +15,9 @@ struct xc2028_ctrl {
char *fname;
int max_len;
unsigned int scode_table;
- unsigned int mts :1;
- unsigned int d2633:1;
+ unsigned int mts :1;
+ unsigned int d2633 :1;
+ unsigned int input1:1;
};
struct xc2028_config {
OpenPOWER on IntegriCloud