From: Takashi Iwai Date: Thu, 16 Apr 2015 21:25:02 +0000 (+0200) Subject: ALSA: hda - Replace hda_bus_ops with static binding X-Git-Tag: omap-for-v4.3/legacy-v2-signed~142^2~111^2^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a50575b64ee365bba4960756c394a28ed0710a4;p=pandora-kernel.git ALSA: hda - Replace hda_bus_ops with static binding Originally hda_bus takes its own ops (hda_bus_ops) to allow different controller drivers giving individual implementations of PCM attachment, etc. But this never happened and we finally merged both codec and controller helper codes. Thus there is no merit to keep the indirect accesses to functions via hda_bus_ops. This patch replaces these calls with the direct local function calls for simplification. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed