[Bug 1353] No sound after resume from suspend
bugzilla-daemon at bugzilla.openmoko.org
bugzilla-daemon at bugzilla.openmoko.org
Thu May 22 14:47:00 CEST 2008
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1353
------- Additional Comments From graeme at openmoko.org 2008-05-22 14:47 -------
Here is a copy of email I sent to kernel list which never got any comments.
I spent this afternoon debugging the audio resume problem that was seen
in pulse and I can confirm it is a bug.
iiscon = readl(s3c24xx_i2s.regs + S3C2410_IISCON);
in function s3c24xx_snd_lrsync always returns 0x0F and function is
waiting for 0x10F to start sound. This would normally indicate that
the L/R clock isnt functioning.
But if you change this function to just return 0 then audio will
restart after resume showing L/R clock is in fact running.
So it seems reading the register gets stuck, I dont know why. I also
don't know if this function is needed, I inherited it need to do
a whole lot of left only sample tests to tell if samsung hardware is
really broken.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openmoko-kernel
mailing list