On 15.11.2013 15:56, David Howells wrote:
David Howells <dhowe...@redhat.com> wrote:

I guess I need to check the tuner writes too.

From dvbsky:

        TUNER_write(10, [0a])
        TUNER_write(11, [40])

and from your driver:

        TUNER_write(10, [0b40])

That would appear to be some sort of tuner frequency setting?

... and the result is same, reg 10 will be 0a and reg 11 40. It is register write using register address auto-increment. The later one is I/O optimized.

Antti


--
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