]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB (3449): Cx88 default picture controls values
authorMarcin Rudowski <mar_rud@poczta.onet.pl>
Sun, 12 Mar 2006 03:03:47 +0000 (00:03 -0300)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 21 Mar 2006 16:53:15 +0000 (08:53 -0800)
commitf7c11452951d058b627915032bbcdeec8e5770c1
tree4e699fdfeb360a02fa9d1ba880d65b4a47ffe77e
parent08ed59bcd017eb2084a665fea08f6288cbf80b55
V4L/DVB (3449): Cx88 default picture controls values

This patch fixes default values for some picture controls:
 - brightness set to 50% by default (now is 0%)
 - hue set to 50% by default (now is 0%)
 - sets saturation to datasheet value
 - volume set to 0dB (now is -32dB)
and some left small fixes:
 - twice offset adding
 - balance didn't follow datasheet (bits[0:5] = attenuation;
   bit[6] = channel to provide attenuation)

Signed-off-by: Marcin Rudowski <mar_rud@poczta.onet.pl>
Signed-off-by: Ian Pickworth <ian@pickworth.me.uk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88-video.c