original_kernel/sound/synth/emux
Dan Carpenter 2854cd34fb ALSA: synth: emux: soundfont.c: divide by zero in calc_gus_envelope_time()
This function is called from load_guspatch() and the rate is specified
by the user.  If they accidentally selected zero then it would crash the
kernel.  I've just changed the zero to a one.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2019-05-06 15:08:08 +02:00
..
Makefile
emux.c
emux_effect.c
emux_hwdep.c ALSA: emux: Add support of loading GUS-patch 2019-03-26 17:32:02 +01:00
emux_nrpn.c
emux_oss.c
emux_proc.c
emux_seq.c
emux_synth.c
emux_voice.h
soundfont.c ALSA: synth: emux: soundfont.c: divide by zero in calc_gus_envelope_time() 2019-05-06 15:08:08 +02:00