ALSA: hda - Replace hda_bus_ops with static binding
authorTakashi Iwai <tiwai@suse.de>
Thu, 16 Apr 2015 21:25:02 +0000 (23:25 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 16 Apr 2015 21:40:09 +0000 (23:40 +0200)
commit0a50575b64ee365bba4960756c394a28ed0710a4
tree7732addaca0350d0bf1f0adae71acf4d0b7e76bb
parent1604eeee8899e3b8421ba41b1abcdc48501bc0a0
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 <tiwai@suse.de>
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_controller.c
This page took 0.032824 seconds and 5 git commands to generate.