diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-05 02:31:46 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-05 02:31:46 +0000 |
commit | 612c907e788235feb98ab5fa3f4610f57f588ad7 (patch) | |
tree | e2e2cd73e8013e94867a1ea3942d40146f8ddc05 /linux/drivers/media/video/cx88/cx88.h | |
parent | 59f6dfc471e70d46707befa95db7a23472fb90e2 (diff) | |
download | mediapointer-dvb-s2-612c907e788235feb98ab5fa3f4610f57f588ad7.tar.gz mediapointer-dvb-s2-612c907e788235feb98ab5fa3f4610f57f588ad7.tar.bz2 |
Several fixes for Hauppauge Roselyn Design (blackbird)
From: Steven Toth <stoth@hauppauge.com>
- This patch adds eeprom awareness for the Roslyn. In effect, the
blackbird will query the tuner V4L2_STD_xxxx definitions to determine
whether it's connected to a NTSC or PAL tuner. Based on that, various
default values will change for blackbird encoding.
- Fixes back panel SVIDEO/COMPOSITE with audio, work properly.
- Fixes a problem with lip sync issues, due to bad framerate vs
audio rate assumptions.
- Fixed a problem with the GPIO configuration in cx88-cards.
- Removed the comments in cx88-cards that made no sense.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index a418ad54f..89a7fd2a6 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -1,5 +1,5 @@ /* - * $Id: cx88.h,v 1.92 2005/12/02 04:16:47 mkrufky Exp $ + * $Id: cx88.h,v 1.93 2005/12/05 02:31:46 mchehab Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -295,6 +295,9 @@ struct cx88_core { unsigned int tda9887_conf; unsigned int has_radio; + /* Supported V4L _STD_ tuner formats */ + unsigned int tuner_formats; + /* config info -- dvb */ struct dvb_pll_desc *pll_desc; unsigned int pll_addr; |