Added a log pring for the parameters

This commit is contained in:
Bogdan Diaconescu 2005-04-17 23:02:25 +00:00
parent 8594b8f289
commit 6bde764de1

View File

@ -87,6 +87,8 @@ data[3]=(t->standard_sound_carrier & 0x3) |
((t->vif_agc & 0x01)<<7); /* E data */
I2C_WriteRead(&(t->d), data, 4, NULL, 0);
xf86DrvMsg(t->d.pI2CBus->scrnIndex,X_INFO,"TDA9885 setparam: B data: %x, C data: %x, E data: %x\n", data[1], data[2], data[3]);
}
void tda9885_dumpstatus(TDA9885Ptr t)