All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Dmitri Belimov <d.belimov@gmail.com>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH] FM1216ME_MK3 AUX byte for FM mode
Date: Sun, 18 Sep 2011 09:44:09 -0300	[thread overview]
Message-ID: <4E75E799.1010307@redhat.com> (raw)
In-Reply-To: <20090423154046.7b54f7cc@glory.loctelecom.ru>

Hi Dmitri,

Em 23-04-2009 02:40, Dmitri Belimov escreveu:
> Hi All
> 
> Write AUX byte to FM1216ME_MK3 when FM mode, better sensitivity. It can be
> usefull for other tuners.

Hmm... Found this patch. It were never applied, but it may make some sense
to apply it.

Could you please double-check if this patch is still valid, and, if so, re-send it
to me?

Thanks!
Mauro


> 
> diff -r 00a84f86671d linux/drivers/media/common/tuners/tuner-simple.c
> --- a/linux/drivers/media/common/tuners/tuner-simple.c	Mon Apr 20 22:07:44 2009 +0000
> +++ b/linux/drivers/media/common/tuners/tuner-simple.c	Thu Apr 23 10:26:54 2009 +1000
> @@ -751,6 +751,17 @@
>  	if (4 != rc)
>  		tuner_warn("i2c i/o error: rc == %d (should be 4)\n", rc);
>  
> +	/* Write AUX byte */
> +	switch (priv->type) {
> +	case TUNER_PHILIPS_FM1216ME_MK3:
> +		buffer[2] = 0x98;
> +		buffer[3] = 0x20; /* set TOP AGC */
> +		rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4);
> +		if (4 != rc)
> +			tuner_warn("i2c i/o error: rc == %d (should be 4)\n", rc);
> +		break;
> +	}
> +
>  	return 0;
>  }
>  
> Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>
> 
> 
> With my best regards, Dmitry.


  reply	other threads:[~2011-09-18 12:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-23  5:40 [PATCH] FM1216ME_MK3 AUX byte for FM mode Dmitri Belimov
2011-09-18 12:44 ` Mauro Carvalho Chehab [this message]
2011-09-20  7:46   ` Dmitri Belimov
2011-09-28  4:43   ` Dmitri Belimov
2011-10-27  5:54   ` Dmitri Belimov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E75E799.1010307@redhat.com \
    --to=mchehab@redhat.com \
    --cc=d.belimov@gmail.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.