From: Takashi Iwai Date: Tue, 24 Mar 2009 06:36:09 +0000 (+0100) Subject: ALSA: hda - Retry codec-verbs at errors X-Git-Tag: v2.6.31-rc1~363^2~20^2~48^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b613291fb21a2d74eb8323d97fe9aa5d281b306c;p=pandora-kernel.git ALSA: hda - Retry codec-verbs at errors The current error-recovery scheme for the codec communication errors doesn't work always well. Especially falling back to the single-command mode causes the fatal problem on many systems. In this patch, the problematic verb is re-issued again after the error (even with polling mode) instead of the single-cmd mode. The single-cmd mode will be used only when specified via the command option explicitly, mainly just for testing. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed