]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
hda_intel suspend latency: shorten codec read
authorIngo Molnar <mingo@elte.hu>
Sun, 6 Jan 2008 20:09:53 +0000 (21:09 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 6 Jan 2008 20:35:56 +0000 (12:35 -0800)
commit57a04513cb35086d54bcb2cb92e6627fc8fa0fae
treed2089bff9abdd2327e317cdfc90834d0bedf95f8
parent3fee37c1e2579ed3d6090f690e5fd8cf7fa3bb44
hda_intel suspend latency: shorten codec read

not sleeping for every codec read/write but doing a short udelay and
a conditional reschedule has cut suspend+resume latency by about 1
second on my T60.

The patch also fixes the unexpected codec-connection errors that
happen more often in the new power-save mode:
    http://lkml.org/lkml/2007/11/8/255
    http://bugzilla.kernel.org/show_bug.cgi?id=9332

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
sound/pci/hda/hda_intel.c