1. 17 4月, 2015 1 次提交
    • T
      ALSA: hda - Replace hda_bus_ops with static binding · 0a50575b
      Takashi Iwai 提交于
      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: NTakashi Iwai <tiwai@suse.de>
      0a50575b
  2. 16 4月, 2015 15 次提交
  3. 14 4月, 2015 2 次提交
  4. 13 4月, 2015 22 次提交