V4L/DVB (4982): Fix broken audio mode handling for line-in in msp3400.
authorHans Verkuil <hverkuil@xs4all.nl>
Mon, 18 Dec 2006 16:18:28 +0000 (13:18 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 27 Dec 2006 16:19:32 +0000 (14:19 -0200)
commitb331def2d382d7a51c379f336fe80ef87d6674e3
tree5d0a5755688cdb1d73a1ce8fc657b9761303dd68
parent315eb962d2e9438bc10da2488b604f04a1c0006f
V4L/DVB (4982): Fix broken audio mode handling for line-in in msp3400.

The wrong matrix was used when an external input was selected instead of
the tuner input. The rxsubchans field was also not initialized to STEREO
for an external input. And finally the msp34xxg_detect_stereo() should
not try to detect stereo for an external input, that code is for the
tuner input only.
Together these bugs made it hit 'n miss whether you ever got stereo out
of the msp3400 for an external input.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/msp3400-driver.c
drivers/media/video/msp3400-kthreads.c