]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
V4L: Fix broken TUNER_LG_NTSC_TAPE radio support
authorHans Verkuil <hverkuil@xs4all.nl>
Thu, 14 Dec 2006 21:26:40 +0000 (22:26 +0100)
committerAdrian Bunk <bunk@stusta.de>
Thu, 14 Dec 2006 21:26:40 +0000 (22:26 +0100)
commit594834bc754f243ddc3d16b9cac354702101c719
tree45b62633a44760858f43ff797a9d4e5178c22b10
parent5cc74eb82f9b9d1cf82be76a257388220af2ae2a
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: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/media/video/tuner-simple.c
drivers/media/video/tuner-types.c