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)
commit96d2bd6e3cdf57926f80605d6e28051bb6b24eb3
treedd8378bc79a3bda6ef23786970789deb46801564
parentb8f28d53641f13902790904ab15028ff8ecd0882
ALSA: hda - Split azx_codec_create() to two phases

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