projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83427ac
)
V4L/DVB (4744): The Samsung TCPN2121P30A does not have a tda9887
author
Hans Verkuil
<hverkuil@xs4all.nl>
Thu, 12 Oct 2006 18:45:33 +0000
(15:45 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sat, 14 Oct 2006 03:44:22 +0000
(
00:44
-0300)
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-types.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/tuner-types.c
b/drivers/media/video/tuner-types.c
index 8fff642fad56fa8e2579c2741d96818ea6850d94..781682373b61f3992d36ac9e938a62451cd61608 100644
(file)
--- 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,
},
};