linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]  modified:   drivers/media/tuners/si2157.c fixed frequency range
@ 2016-01-04  1:31 koshkoshka
  0 siblings, 0 replies; only message in thread
From: koshkoshka @ 2016-01-04  1:31 UTC (permalink / raw)
  To: linux-media; +Cc: koshkoshka2

From: koshkoshka2 <andreykoshkosh@gmail.com>

---
 drivers/media/tuners/si2157.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/tuners/si2157.c b/drivers/media/tuners/si2157.c
index 0e1ca2b..5da5b42 100644
--- a/drivers/media/tuners/si2157.c
+++ b/drivers/media/tuners/si2157.c
@@ -364,8 +364,8 @@ static int si2157_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
 static const struct dvb_tuner_ops si2157_ops = {
 	.info = {
 		.name           = "Silicon Labs Si2146/2147/2148/2157/2158",
-		.frequency_min  = 55000000,
-		.frequency_max  = 862000000,
+		.frequency_min  = 42000000,
+		.frequency_max  = 870000000,
 	},
 
 	.init = si2157_init,
-- 
1.9.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-04  1:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-04  1:31 [PATCH] modified: drivers/media/tuners/si2157.c fixed frequency range koshkoshka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).