From: Hans Verkuil Date: Thu, 12 Oct 2006 18:45:33 +0000 (-0300) Subject: V4L/DVB (4744): The Samsung TCPN2121P30A does not have a tda9887 X-Git-Tag: v2.6.20-rc1~180^2~3 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=1d3e6bdaa8b4b068d378ab58679c334e433496cd;p=linux-2.6-omap-h63xx.git V4L/DVB (4744): The Samsung TCPN2121P30A does not have a tda9887 Contrary to all expections the Samsung TCPN2121P30A tuner does NOT have a tda9887. Remove the tda9887 flag from the tuner definition. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/tuner-types.c b/drivers/media/video/tuner-types.c index 8fff642fad5..781682373b6 100644 --- a/drivers/media/video/tuner-types.c +++ b/drivers/media/video/tuner-types.c @@ -1046,7 +1046,6 @@ static struct tuner_params tuner_samsung_tcpn_2121p30a_params[] = { .type = TUNER_PARAM_TYPE_NTSC, .ranges = tuner_samsung_tcpn_2121p30a_ntsc_ranges, .count = ARRAY_SIZE(tuner_samsung_tcpn_2121p30a_ntsc_ranges), - .has_tda9887 = 1, }, };