summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/bt8xx/bttv.h
diff options
context:
space:
mode:
authorOndrej Zary <linux@rainbow-software.org>2013-04-14 12:39:09 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-05-21 08:12:19 -0300
commitec7c15b58f34015df182e909fbb80674211daf54 (patch)
treeac6c4b25b2ddf761e76542d5b645b9e93c2bdc4f /drivers/media/pci/bt8xx/bttv.h
parentcc1088dc0b92723c5e2e4cb5098dfa84a39afaed (diff)
downloadlinux-ec7c15b58f34015df182e909fbb80674211daf54.tar.bz2
[media] bttv: Add noname Bt848 capture card with 14MHz xtal
Add support for noname Bt848 capture-only card (3x composite, 1x S-VHS) with 14MHz crystal: http://www.rainbow-software.org/images/hardware/bt848_.jpg 14MHz PLL was not supported by bttv driver until now. [mchehab@redhat.com: CodingStyle fixes] Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/bt8xx/bttv.h')
-rw-r--r--drivers/media/pci/bt8xx/bttv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/pci/bt8xx/bttv.h b/drivers/media/pci/bt8xx/bttv.h
index f01c9d4c7ec1..9d09e303f1dd 100644
--- a/drivers/media/pci/bt8xx/bttv.h
+++ b/drivers/media/pci/bt8xx/bttv.h
@@ -186,6 +186,7 @@
#define BTTV_BOARD_TVT_TD3116 0xa0
#define BTTV_BOARD_APOSONIC_WDVR 0xa1
#define BTTV_BOARD_ADLINK_MPG24 0xa2
+#define BTTV_BOARD_BT848_CAP_14 0xa3
/* more card-specific defines */
#define PT2254_L_CHANNEL 0x10
@@ -233,6 +234,7 @@ struct tvcard {
#define PLL_NONE 0
#define PLL_28 1
#define PLL_35 2
+#define PLL_14 3
/* i2c audio flags */
unsigned int no_msp34xx:1;