diff options
author | Steven Toth <stoth@hauppauge.com> | 2006-01-09 12:25:17 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:17 -0500 |
commit | 0345c387de72b5d7fbfeda9d92818fa7013a6d1c (patch) | |
tree | 2d1b8277b7c5989aa1c8f75fa25f51f881c7a4ae /drivers/media/video/cx88/cx88.h | |
parent | 2304759d7e5debbd400eca6e9bb979a186c798a9 (diff) |
V4L/DVB (3112): Several fixes for Hauppauge Roselyn Design (blackbird)
- 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 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index 3e2bcd241a27..0bbf68b325c4 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -285,6 +285,9 @@ struct cx88_core { | |||
285 | unsigned int tda9887_conf; | 285 | unsigned int tda9887_conf; |
286 | unsigned int has_radio; | 286 | unsigned int has_radio; |
287 | 287 | ||
288 | /* Supported V4L _STD_ tuner formats */ | ||
289 | unsigned int tuner_formats; | ||
290 | |||
288 | /* config info -- dvb */ | 291 | /* config info -- dvb */ |
289 | struct dvb_pll_desc *pll_desc; | 292 | struct dvb_pll_desc *pll_desc; |
290 | unsigned int pll_addr; | 293 | unsigned int pll_addr; |