* [PATCH] Fixed frequency range for Si2157 tuner to 42-870 MHz
@ 2016-02-27 23:22 andreykosh000
2016-02-27 23:48 ` Antti Palosaari
0 siblings, 1 reply; 3+ messages in thread
From: andreykosh000 @ 2016-02-27 23:22 UTC (permalink / raw)
To: linux-media; +Cc: Andrei Koshkosh
From: Andrei Koshkosh <andreykosh000@mail.ru>
Signed-off-by: Andrei Koshkosh <andreykosh000@mail.ru>
modified: drivers/media/tuners/si2157.c
This tuner supports frequency range from 42MHz to 870MHz
---
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] 3+ messages in thread
* [PATCH] Fixed frequency range for Si2157 tuner to 42-870 MHz
@ 2016-02-27 23:24 andreykosh000
0 siblings, 0 replies; 3+ messages in thread
From: andreykosh000 @ 2016-02-27 23:24 UTC (permalink / raw)
To: crope; +Cc: mchehab, linux-media, linux-kernel, Andrei Koshkosh
From: Andrei Koshkosh <andreykosh000@mail.ru>
Signed-off-by: Andrei Koshkosh <andreykosh000@mail.ru>
modified: drivers/media/tuners/si2157.c
This tuner supports frequency range from 42MHz to 870MHz
---
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] 3+ messages in thread
* Re: [PATCH] Fixed frequency range for Si2157 tuner to 42-870 MHz
2016-02-27 23:22 [PATCH] Fixed frequency range for Si2157 tuner to 42-870 MHz andreykosh000
@ 2016-02-27 23:48 ` Antti Palosaari
0 siblings, 0 replies; 3+ messages in thread
From: Antti Palosaari @ 2016-02-27 23:48 UTC (permalink / raw)
To: andreykosh000, linux-media
That patch is already applied!
Antti
On 02/28/2016 01:22 AM, andreykosh000@mail.ru wrote:
> From: Andrei Koshkosh <andreykosh000@mail.ru>
>
> Signed-off-by: Andrei Koshkosh <andreykosh000@mail.ru>
>
> modified: drivers/media/tuners/si2157.c
> This tuner supports frequency range from 42MHz to 870MHz
> ---
> 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,
>
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-27 23:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-27 23:22 [PATCH] Fixed frequency range for Si2157 tuner to 42-870 MHz andreykosh000
2016-02-27 23:48 ` Antti Palosaari
-- strict thread matches above, loose matches on Subject: below --
2016-02-27 23:24 andreykosh000
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox