diff options
author | Hans Verkuil <devnull@localhost> | 2006-01-01 18:10:09 +0000 |
---|---|---|
committer | Hans Verkuil <devnull@localhost> | 2006-01-01 18:10:09 +0000 |
commit | ac0c8c19bc97f07302b07f1534ae3540bb39d87b (patch) | |
tree | 7d01a80f4b3dccd39831c846f3cdfc6a4ea3c617 /v4l | |
parent | 7d64e2bc593d45a82d1db19644fa7e0ea50224f2 (diff) | |
download | mediapointer-dvb-s2-ac0c8c19bc97f07302b07f1534ae3540bb39d87b.tar.gz mediapointer-dvb-s2-ac0c8c19bc97f07302b07f1534ae3540bb39d87b.tar.bz2 |
more cleanups, simplify volume/balance/bass/treble handling
Continue cleanup effort:
- more cosmetic changes
- combine volume, balance, bass and treble into one audio
function. Revert old 2.4 code that crept in.
- print internal ioctls using new debug function.
- marked all msp3400c (aka manual) functions as such.
- removed some unused data structures.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 4b829ef79..e8d63bd89 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,19 @@ +2006-01-01 18:06 hverkuil + + * linux/drivers/media/video/msp3400.c: (msp_reset), (msp_read), + (msp_write), (msp_set_scart), (msp_set_mute), (msp_set_audio), + (msp3400c_setmode), (msp3400c_print_mode), + (msp34xxg_write_dfp_with_default): + Continue cleanup effort: + - more cosmetic changes + - combine volume, balance, bass and treble into one audio + function. Revert old 2.4 code that crept in. + - print internal ioctls using new debug function. + - marked all msp3400c (aka manual) functions as such. + - removed some unused data structures. + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2006-01-01 17:25 mchehab * test/Makefile: |