From: Dylan Reid Date: Fri, 15 Mar 2013 00:27:44 +0000 (-0700) Subject: ALSA: hda/ca0132 - Check if dspload_image succeeded. X-Git-Tag: v3.9-rc3~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1d28500cccc269fdbf81ba33d7328d1d2c04b2f;p=pandora-kernel.git ALSA: hda/ca0132 - Check if dspload_image succeeded. If dspload_image() fails, it was ignored and dspload_wait_loaded() was still called. dsp_loaded should never be set to true in this case, skip it. The check in dspload_wait_loaded() return true if the DSP is loaded or if it never started. Signed-off-by: Dylan Reid Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed