From: Takashi Iwai Date: Fri, 18 Jan 2008 14:32:32 +0000 (+0100) Subject: [ALSA] hda-intel - Make azx_get_response() a bit more robust X-Git-Tag: v2.6.25-rc1~1127^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28a0d9df0706c523d3bb8de18892c76b78c2e428;p=pandora-kernel.git [ALSA] hda-intel - Make azx_get_response() a bit more robust In azx_[rirb_]get_response(), the timeout is checked at the end of the loop. It's better to be checked just after the check of the RIRB index to avoid a bogus error with a too long msleep(). Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed