ALSA: hda - Move azx_first_init() into azx_probe_continue()
authorTakashi Iwai <tiwai@suse.de>
Thu, 30 May 2013 14:07:09 +0000 (22:07 +0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Jun 2013 15:31:52 +0000 (17:31 +0200)
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 <tiwai@suse.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found