From: Takashi Iwai Date: Thu, 30 May 2013 14:07:09 +0000 (+0800) Subject: ALSA: hda - Move azx_first_init() into azx_probe_continue() X-Git-Tag: v3.11-rc1~65^2~61^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c90680e42b08a1e4a6800ca02e75ad201f8037f;p=pandora-kernel.git ALSA: hda - Move azx_first_init() into azx_probe_continue() This is a preliminary work for the upcoming Haswell HDMI audio fixes. azx_first_init() function can be safely called after the f/w loader, since the f/w loader doesn't require the sound hardware initialization beforehand. Moving it into azx_probe_continue() cleans up the code flow a bit. Signed-off-by: Takashi Iwai Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed