summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2006-10-12 20:45:33 +0200
committerHans Verkuil <hverkuil@xs4all.nl>2006-10-12 20:45:33 +0200
commit76d0407433051902c2533b611d269814fb36eb95 (patch)
tree5c6b6103d2a3cd326be32440a3f91b2540ee0604 /linux/drivers/media
parent779192a9131a64668c6a2f7cb9bfb138397e9a3c (diff)
downloadmediapointer-dvb-s2-76d0407433051902c2533b611d269814fb36eb95.tar.gz
mediapointer-dvb-s2-76d0407433051902c2533b611d269814fb36eb95.tar.bz2
The Samsung TCPN2121P30A does not have a tda9887
From: Hans Verkuil <hverkuil@xs4all.nl> 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 <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/video/tuner-types.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/tuner-types.c b/linux/drivers/media/video/tuner-types.c
index 31de9c872..357098c17 100644
--- a/linux/drivers/media/video/tuner-types.c
+++ b/linux/drivers/media/video/tuner-types.c
@@ -1094,7 +1094,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,
},
};