]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] V4L: Fix broken TUNER_LG_NTSC_TAPE radio support
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 12 Dec 2006 05:36:39 +0000 (00:36 -0500)
committerChris Wright <chrisw@sous-sol.org>
Wed, 10 Jan 2007 19:05:18 +0000 (11:05 -0800)
commitf37a67a156387c252dcb3e0c00a7d0258c01cbc0
treee447b4f02a44be923f752b28f3d75c3c1197b70d
parent65bb9cf40ced907192d65298c37b0fd1f559e301
[PATCH] V4L: Fix broken TUNER_LG_NTSC_TAPE radio support

The TUNER_LG_NTSC_TAPE is identical in all respects to the
TUNER_PHILIPS_FM1236_MK3. So use the params struct for the Philips tuner.
Also add this LG_NTSC_TAPE tuner to the switches where radio specific
parameters are set so it behaves like a TUNER_PHILIPS_FM1236_MK3. This
change fixes the radio support for this tuner (the wrong bandswitch byte
was used).

Thanks to Andy Walls <cwalls@radix.net> for finding this bug.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/media/video/tuner-simple.c
drivers/media/video/tuner-types.c