Part Number: TAS2559
Tool/software: Linux
Hello!
I have strange problem with TAS2559 Linux driver. I had to add 28 char long “printk”
to line 1034 in “tas2559-core.c” or otherwise TAS2559 chip goes to state where it not controllable anymore.
Duration of “printk” is 4.3 ms and there is msleep(1) function call in code. Maybe total delay is 5.3 ms.
I noticed I have older version of “tas2559-core.c”. There is no this " msleep(1)" function call anymore.
There is some PLL settings before line 1034 and I am wondering is there some “PLL setting time “
which not mentioned in datasheet?
In addition this is strange because I have tried replace that “printk” with msleep or udelay
without success .
Best regards
Juha