]> git.karo-electronics.de Git - linux-beck.git/commit
ALSA: hda - Move codec create to hda_controller
authorDylan Reid <dgreid@chromium.org>
Fri, 28 Feb 2014 23:41:30 +0000 (15:41 -0800)
committerTakashi Iwai <tiwai@suse.de>
Sat, 1 Mar 2014 10:23:33 +0000 (11:23 +0100)
commit154867cf4ea8307d7acac2dcf7952873105ceb1c
treeef938cf82c67f893c710e7eb7b225cea23ac11fb
parentf0b1df88713a3537e056658d860f6631653ec5c6
ALSA: hda - Move codec create to hda_controller

Codec creation and stream initialization can be shared between
hda_intel and hda platform drivers.  Move it and the static functions
it depends on to hda_controller.c.

Signed-off-by: Dylan Reid <dgreid@chromium.org>
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