kernel-ark/sound/isa/msnd
Takashi Iwai 20e2b79179 ALSA: msnd: Optimize / harden DSP and MIDI loops
The ISA msnd drivers have loops fetching the ring-buffer head, tail
and size values inside the loops.  Such codes are inefficient and
fragile.

This patch optimizes it, and also adds the sanity check to avoid the
endless loops.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=196131
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=196133
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2017-07-07 15:34:57 +02:00
..
Makefile
msnd_classic.c
msnd_classic.h
msnd_midi.c ALSA: msnd: Optimize / harden DSP and MIDI loops 2017-07-07 15:34:57 +02:00
msnd_pinnacle_mixer.c
msnd_pinnacle.c ALSA: msnd: Optimize / harden DSP and MIDI loops 2017-07-07 15:34:57 +02:00
msnd_pinnacle.h
msnd.c
msnd.h