commit | bcce775ca8d66a5222ac2d28e5388b5a6c2d9ad6 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Feb 01 17:18:20 2017 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Feb 03 17:34:59 2017 +0100 |
tree | 7af02db3b50380b90594c3884f7efcfea9f03273 | |
parent | 4a5ddb2cb1ef624300d1e66e9e6974cd37b7012f [diff] |
ALSA: x86: Remove superfluous irqsave flags We don't need to use irqsave/irqrestore versions for each spin lock, but judge the context properly and use the simpler versions. Also add some (still simplistic) comments to functions. Signed-off-by: Takashi Iwai <tiwai@suse.de>