]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: x86: Remove superfluous irqsave flags
authorTakashi Iwai <tiwai@suse.de>
Wed, 1 Feb 2017 16:18:20 +0000 (17:18 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Feb 2017 16:34:59 +0000 (17:34 +0100)
commitede1848f2fcdb2e5f35b67f7462de1cbe0a1febd
tree7af02db3b50380b90594c3884f7efcfea9f03273
parent32750cfbfbf514d26451832c85682584832d9665
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>
sound/x86/intel_hdmi_audio.c