]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Pass bus io_ops directly from the top-level driver
authorTakashi Iwai <tiwai@suse.de>
Tue, 14 Apr 2015 15:26:00 +0000 (17:26 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 16 Apr 2015 05:31:48 +0000 (07:31 +0200)
commit87c3dc579d16d7ba1b28ffdbd2f21c397687872c
tree74841b3cd338bfd81110df6931672a4e22747a0e
parentb7cae43a7fb468affb531c27b9965b7662f91a06
ALSA: hda - Pass bus io_ops directly from the top-level driver

One less redirection again.  This also requires the change of the call
order in the toplevel divers.  Namely, the bus has to be created at
first before other initializations since the memory allocation ops are
called through bus object now.

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