V4L/DVB (3533): Add WSS (wide screen signalling) module parameters
authorOliver Endriss <o.endriss@gmx.de>
Fri, 17 Mar 2006 08:29:15 +0000 (05:29 -0300)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 21 Mar 2006 16:53:55 +0000 (08:53 -0800)
commit4caba4261f2649215710ac0298bd7814080000ad
tree13f37c47560cb8692ac0ee5f6187647f576da932
parent265366e8fb8c31706711aea5f79d763816a968db
V4L/DVB (3533): Add WSS (wide screen signalling) module parameters

Add wss_cfg_4_3 and wss_cfg_16_9 configuration options.
Firmware 2623 or later required.
Both parameters are bit masks:
- bit 15: disable WSS
- bit 14: send short WSS burst, then turn off WSS
- bit 13..0: WSS bits as specified by the standard
These parameters are useful if you own a broken tv set which
does not handle wss correctly.
Default settings:
- wss_cfg_4_3: 0x4008
- wss_cfg_16_9: 0x0007
These should work with most devices.

Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/ttpci/av7110.c
drivers/media/dvb/ttpci/av7110_v4l.c