diff options
author | Hans Verkuil <devnull@localhost> | 2005-12-02 20:12:36 +0000 |
---|---|---|
committer | Hans Verkuil <devnull@localhost> | 2005-12-02 20:12:36 +0000 |
commit | ce248b700d20e20f26e8a01d353aece4810eb144 (patch) | |
tree | 608bcbaf5c4d230cbb7f7f51a33a937fed388220 /v4l | |
parent | ab625030b5323e2c45002cb0941e411ef1461a5e (diff) | |
download | mediapointer-dvb-s2-ce248b700d20e20f26e8a01d353aece4810eb144.tar.gz mediapointer-dvb-s2-ce248b700d20e20f26e8a01d353aece4810eb144.tar.bz2 |
fix compile error, remove dead code and volume scaling
Fix compile error (missing '}') in em28xx-video.c. Remove dead code and
volume scaling from msp3400.c. Volume scaling does not belong there, it should
be done in the driver for the card that uses the msp3400 if needed, not in the
msp3400.c source. The volume scaling code gave problems with the ivtv driver
which does not need to do any scaling.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 17dedfdc3..0c4ea1f37 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,17 @@ +2005-12-02 20:06 hverkuil + + * ../linux/drivers/media/video/em28xx/em28xx-video.c: + (em28xx_do_ioctl): + - fixed missing closing } + * ../linux/drivers/media/video/msp3400.c: (msp3400c_setvolume), + (msp_attach), (msp_detach): + - remove dead code + - remove volume scaling (does not belong here, whether max volume + results in distortion depends on the specific hardware in which + the msp3400 is used, not on the msp3400 itself). + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2005-12-02 17:47 mchehab * ../linux/drivers/media/video/em28xx/em28xx-video.c: |