commit | 28a0d9df0706c523d3bb8de18892c76b78c2e428 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 18 15:32:32 2008 +0100 |
committer | Jaroslav Kysela <perex@perex.cz> | Thu Jan 31 17:30:05 2008 +0100 |
tree | 0bc6757b150a8350a419fd6dd5b884bd53d410ee | |
parent | 7cda8ba9f4e471dfba914ecf67fd14ebffb17c16 [diff] |
[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 <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>