]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (3667a): Fix SAP + stereo mode at msp3400
authorMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 29 Mar 2006 19:29:00 +0000 (16:29 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 2 Apr 2006 07:55:54 +0000 (04:55 -0300)
commitcc33668b1eed1eac43f00cec639066047323b01d
tree44bd76a452d04e348d4ff9c43e18b24eef7ccf01
parent021e0b768b2c7931d9ba699e135c3eec42d5d3eb
V4L/DVB (3667a): Fix SAP + stereo mode at msp3400

It should be V4L2_TUNER_MODE_LANG1_LANG2. What the code does is check if
we are NTSC and a SAP channel is available. If so, then the msp3400
should switch to standard 0x21 if the user wants to hear the SAP
channel, which is for audio modes LANG2 (aka SAP) and LANG1_LANG2
(bilingual).

In the msp3400 driver STEREO is abused for bilingual in PAL. Bilingual
never worked with NTSC in the past and I decided that I'd better not
use the bad PAL example.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/msp3400-kthreads.c