From ac0c8c19bc97f07302b07f1534ae3540bb39d87b Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Sun, 1 Jan 2006 18:10:09 +0000 Subject: 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 --- v4l/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'v4l') 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 + 2006-01-01 17:25 mchehab * test/Makefile: -- cgit v1.2.3