Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Odd looking setting of DD1_INIT?
While looking through the code which sets up the DD1_INIT register in
the dvb-kernel driver I noticed that one of the settings looks
inconsistent with the rest:
[ttpci]$ grep -r DD1_INIT *
av7110.c: saa7146_write(dev, DD1_INIT, 0x02000000);
av7110.c: saa7146_write(dev, DD1_INIT, 0x0200700);
budget-av.c: saa7146_write(dev, DD1_INIT, 0x07000600);
budget-core.c: saa7146_write(dev, DD1_INIT, 0x02000600);
budget-core.c: saa7146_write(dev, DD1_INIT, 0x02000000);
Perhaps the setting on the second line should be 0x02000700?
Jon
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index