Looks correct, I will apply that.

regards
Antti

On 07/15/2014 10:58 AM, Matthias Schwarzott wrote:
This is needed for PCTV 522e support.

Signed-off-by: Matthias Schwarzott <z...@gentoo.org>
---
  drivers/media/tuners/si2157.c | 7 +++++++
  1 file changed, 7 insertions(+)

diff --git a/drivers/media/tuners/si2157.c b/drivers/media/tuners/si2157.c
index 4dbd3f1..06153fa 100644
--- a/drivers/media/tuners/si2157.c
+++ b/drivers/media/tuners/si2157.c
@@ -279,6 +279,12 @@ err:
        return ret;
  }

+static int si2157_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
+{
+       *frequency = 5000000; /* default value of property 0x0706 */
+       return 0;
+}
+
  static const struct dvb_tuner_ops si2157_tuner_ops = {
        .info = {
                .name           = "Silicon Labs Si2157/Si2158",
@@ -289,6 +295,7 @@ static const struct dvb_tuner_ops si2157_tuner_ops = {
        .init = si2157_init,
        .sleep = si2157_sleep,
        .set_params = si2157_set_params,
+       .get_if_frequency = si2157_get_if_frequency,
  };

  static int si2157_probe(struct i2c_client *client,


--
http://palosaari.fi/
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to