V4L/DVB (3100): fix compile error, remove dead code and volume scaling
commit7865c44d8ae832d6fb6522862268c7bd7814fd44
authorHans Verkuil <hverkuil@xs4all.nl>
Mon, 9 Jan 2006 17:25:14 +0000 (9 15:25 -0200)
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>
Mon, 9 Jan 2006 17:25:14 +0000 (9 15:25 -0200)
treed320c60c02d0c0c7da3eeac9825356de57c3252b
parentc0477ad9feca01bd8eff95d7482c33753d05c700
V4L/DVB (3100): 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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
drivers/media/video/em28xx/em28xx-video.c
drivers/media/video/msp3400.c