#1735 BLOC Trial-2: Audio clicking on resume.
Zarro Boogs per Child
bugtracker at laptop.org
Wed Jun 20 00:16:43 EDT 2007
#1735: Audio clicking on resume.
----------------------+-----------------------------------------------------
Reporter: jg | Owner: dilinger
Type: defect | Status: new
Priority: blocker | Milestone: Trial-2
Component: kernel | Version: Build 406.14
Resolution: | Keywords: power
Verified: 0 |
----------------------+-----------------------------------------------------
Comment (by cjb):
Wrong again. Make that:
{{{
end_time = jiffies + (HZ / 10);
do {
if ((snd_ac97_read(ac97, AC97_POWERDOWN) & 0x0f)
== 0x0f)
goto __ready_ok;
schedule_timeout_uninterruptible(1);
} while (time_after_eq(end_time, jiffies));
snd_printk(KERN_WARNING "AC'97 %d analog subsections not
ready\n", ac97->num);
}
}}}
I'll keep narrowing.
--
Ticket URL: <http://dev.laptop.org/ticket/1735#comment:25>
One Laptop Per Child <http://laptop.org/>
More information about the Bugs
mailing list