commit | a43ff5baa55ff87268a67b45c6f6cb261c023db1 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Apr 14 17:26:00 2015 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Apr 16 07:31:48 2015 +0200 |
tree | 74841b3cd338bfd81110df6931672a4e22747a0e | |
parent | 7e8be1b309be28e4c92818fed1c55bdac919c7dd [diff] |
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>