diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-10-12 20:45:33 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2006-10-12 20:45:33 +0200 |
commit | 76d0407433051902c2533b611d269814fb36eb95 (patch) | |
tree | 5c6b6103d2a3cd326be32440a3f91b2540ee0604 /linux/drivers/media | |
parent | 779192a9131a64668c6a2f7cb9bfb138397e9a3c (diff) | |
download | mediapointer-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.c | 1 |
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, }, }; |