ALSA: x86: Drop indirect calls of had_ops
authorTakashi Iwai <tiwai@suse.de>
Mon, 30 Jan 2017 15:09:11 +0000 (16:09 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Feb 2017 16:20:58 +0000 (17:20 +0100)
commit76296ef0ecec9bb887be22105744e429c6a5422a
tree727ab932eeee15771d5afe57a86100c7dee067c7
parent4812dcc437fbe0ddc2319dae7c31254f57d4ae44
ALSA: x86: Drop indirect calls of had_ops

We have only a single implementation of had_ops, hence there is no
merit to use the indirect calls at all.  Let's replace it with the
direct calls -- which allows the compiler more optimizations.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/intel_hdmi_audio.c
sound/x86/intel_hdmi_audio.h
sound/x86/intel_hdmi_audio_if.c