Antti Palosaari <cr...@iki.fi> 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.

Yes, I understand that.  However, reg 10 is set to 0a in one driver and 0b in
the other.

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