diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-12 04:19:19 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-12 04:19:19 +0000 |
commit | 5e95607f7812f11cd1a49479c7de4e61087942f3 (patch) | |
tree | 7c8a0e5ad8f88d386a67bea9181bd42565dd5f64 /v4l_experimental | |
parent | 32aa3a176791b7bd47139faa6152266515912cb6 (diff) | |
download | mediapointer-dvb-s2-5e95607f7812f11cd1a49479c7de4e61087942f3.tar.gz mediapointer-dvb-s2-5e95607f7812f11cd1a49479c7de4e61087942f3.tar.bz2 |
* audiochip.h, compat.h, cx22702.h, cx88-core.c, cx88-dvb.c,
cx88-i2c.c, cx88-vbi.c, cx88-video.c, dpl3518.c, dpl3518.h,
i2c-compat.h, id.h, msp3400.h, or51132.c, or51132.h, plx9054.h,
rds-saa6588.c, saa7134-dvb.c, tda7432.c, tda9875.c, tvaudio.c,
tveeprom.h, tvmixer.c, v4l1-compat.c, video-buf-dvb.h:
- Minor changes to synchronize with -mm series;
- PAL-60 code maintained for SAA7134. However, -mm has different
values;
- Now, every .c or .h file has cvs field ID.
Diffstat (limited to 'v4l_experimental')
-rw-r--r-- | v4l_experimental/dpl3518.c | 2 | ||||
-rw-r--r-- | v4l_experimental/dpl3518.h | 4 | ||||
-rw-r--r-- | v4l_experimental/plx9054.h | 4 | ||||
-rw-r--r-- | v4l_experimental/rds-saa6588.c | 2 |
4 files changed, 12 insertions, 0 deletions
diff --git a/v4l_experimental/dpl3518.c b/v4l_experimental/dpl3518.c index c3442e35f..3ce052c53 100644 --- a/v4l_experimental/dpl3518.c +++ b/v4l_experimental/dpl3518.c @@ -1,4 +1,6 @@ /* + * $Id: dpl3518.c,v 1.3 2005/06/12 04:19:19 mchehab Exp $ + * * programming the dpl3518a Dolby Pro Logic Processor * * WARNING: THIS DRIVER WILL LOAD WITHOUT COMPLAINTS EVEN IF A DIFFERENT diff --git a/v4l_experimental/dpl3518.h b/v4l_experimental/dpl3518.h index c43fe8226..3841cdc77 100644 --- a/v4l_experimental/dpl3518.h +++ b/v4l_experimental/dpl3518.h @@ -1,3 +1,7 @@ +/* + * $Id: dpl3518.h,v 1.3 2005/06/12 04:19:19 mchehab Exp $ + */ + #ifndef DPL3518_H #define DPL3518_H diff --git a/v4l_experimental/plx9054.h b/v4l_experimental/plx9054.h index 666236069..c1816e30f 100644 --- a/v4l_experimental/plx9054.h +++ b/v4l_experimental/plx9054.h @@ -1,3 +1,7 @@ +/* + * $Id: plx9054.h,v 1.3 2005/06/12 04:19:19 mchehab Exp $ + */ + #ifndef _PLX9054_H_ #define _PLX9054_H_ diff --git a/v4l_experimental/rds-saa6588.c b/v4l_experimental/rds-saa6588.c index e8687067e..69d66e5f1 100644 --- a/v4l_experimental/rds-saa6588.c +++ b/v4l_experimental/rds-saa6588.c @@ -1,4 +1,6 @@ /* + * $Id: rds-saa6588.c,v 1.3 2005/06/12 04:19:19 mchehab Exp $ + * * poll i2c RDS receiver [Philips saa6588] * */ |