]> rtime.felk.cvut.cz Git - linux-imx.git/commit
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)
commit5c90680e42b08a1e4a6800ca02e75ad201f8037f
tree0504c8eb775c871cfded805e02ec32c41e0e4f91
parentc67e2228b799ea586f4f6ba7006ce61431f8dde6
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 <tiwai@suse.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
sound/pci/hda/hda_intel.c