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 [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.



Reply via email to