All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]  modified:   drivers/media/tuners/si2157.c Fixed frequency range to 42-870 MHz
@ 2016-01-10 11:43 koshkoshka
  2016-01-11  6:47 ` Antti Palosaari
  0 siblings, 1 reply; 5+ messages in thread
From: koshkoshka @ 2016-01-10 11:43 UTC (permalink / raw)
  To: linux-media; +Cc: koshkoshka

---
 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 ce157ed..86a753e 100644
--- a/drivers/media/tuners/si2157.c
+++ b/drivers/media/tuners/si2157.c
@@ -363,8 +363,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] 5+ messages in thread
* [PATCH]  modified:   drivers/media/tuners/si2157.c Fixed frequency range to 42-870 MHz
@ 2016-01-11  7:28 koshkoshka
  0 siblings, 0 replies; 5+ messages in thread
From: koshkoshka @ 2016-01-11  7:28 UTC (permalink / raw)
  To: linux-media; +Cc: koshkoshka

---
 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 ce157ed..86a753e 100644
--- a/drivers/media/tuners/si2157.c
+++ b/drivers/media/tuners/si2157.c
@@ -363,8 +363,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] 5+ messages in thread
* [PATCH]  modified:   drivers/media/tuners/si2157.c Fixed frequency range to 42-870 MHz
@ 2016-01-11  9:22 andreykosh000
  0 siblings, 0 replies; 5+ messages in thread
From: andreykosh000 @ 2016-01-11  9:22 UTC (permalink / raw)
  To: linux-media; +Cc: koshkoshka

From: koshkoshka <andreykosh000@mail.ru>

---
 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 ce157ed..86a753e 100644
--- a/drivers/media/tuners/si2157.c
+++ b/drivers/media/tuners/si2157.c
@@ -363,8 +363,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] 5+ messages in thread
* [PATCH]  modified:   drivers/media/tuners/si2157.c Fixed frequency range to 42-870 MHz
@ 2016-01-11  9:40 andreykosh000
  0 siblings, 0 replies; 5+ messages in thread
From: andreykosh000 @ 2016-01-11  9:40 UTC (permalink / raw)
  To: linux-media; +Cc: koshkoshka

From: koshkoshka <andreykosh000@mail.ru>

---
 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 ce157ed..86a753e 100644
--- a/drivers/media/tuners/si2157.c
+++ b/drivers/media/tuners/si2157.c
@@ -363,8 +363,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] 5+ messages in thread

end of thread, other threads:[~2016-01-11 10:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-10 11:43 [PATCH] modified: drivers/media/tuners/si2157.c Fixed frequency range to 42-870 MHz koshkoshka
2016-01-11  6:47 ` Antti Palosaari
  -- strict thread matches above, loose matches on Subject: below --
2016-01-11  7:28 koshkoshka
2016-01-11  9:22 andreykosh000
2016-01-11  9:40 andreykosh000

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.