commit | 76296ef0ecec9bb887be22105744e429c6a5422a | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Jan 30 16:09:11 2017 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Feb 03 17:20:58 2017 +0100 |
tree | 727ab932eeee15771d5afe57a86100c7dee067c7 | |
parent | 4812dcc437fbe0ddc2319dae7c31254f57d4ae44 [diff] |
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>