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 /v4l/ChangeLog | |
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 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index c09a791fb..c19075d0c 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,26 @@ +2005-12-05 02:21 mchehab + + * linux/drivers/media/video/cx88/cx88-tvaudio.c: + (set_audio_finish): + * linux/drivers/media/video/cx88/cx88.h: + * linux/drivers/media/video/cx88/cx88-blackbird.c: + (blackbird_probe): + - 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. + + * linux/drivers/media/video/cx88/cx88-cards.c: (hauppauge_eeprom): + - 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> + 2005-12-04 21:01 mkrufky * linux/drivers/media/video/bttv-driver.c: |