ALSA: hda - Split azx_codec_create() to two phases
authorTakashi Iwai <tiwai@suse.de>
Thu, 19 Feb 2015 17:12:22 +0000 (18:12 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 19 Feb 2015 20:41:40 +0000 (21:41 +0100)
azx_create_codec() function does actually two things: create a bus and
probe codecs.  For the future work, split this to two logical
functions, azx_bus_create() and azx_probe_codecs().

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_controller.c
sound/pci/hda/hda_controller.h
sound/pci/hda/hda_intel.c
sound/pci/hda/hda_tegra.c

Simple merge
Simple merge
Simple merge
Simple merge