]> err.no Git - linux-2.6/commit
V4L/DVB (4913): Fix broken TUNER_LG_NTSC_TAPE radio support
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 3 Dec 2006 09:45:07 +0000 (06:45 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 10 Dec 2006 11:05:32 +0000 (09:05 -0200)
commit122b5dbea6fa3727fc99fbdc2cf5e4d9b8a5bb00
tree001567a29d51a3e5b221aca2a0637971b2515e88
parentc8f5b2f5607e78c61df229259c539a5d9488a013
V4L/DVB (4913): 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>
drivers/media/video/tuner-simple.c
drivers/media/video/tuner-types.c