aboutsummaryrefslogtreecommitdiffstats
path: root/sound/synth/emux/emux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27ALSA: Use del_timer_sync() before freeing timerSteven Rostedt (Google)1-6/+1
2021-11-09ALSA: synth: missing check for possible NULL after the call to kstrdupAustin Kim1-1/+1
2021-06-09ALSA: synth: Fix assignment in if conditionTakashi Iwai1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-08-03ALSA: synth: Remove empty init and exitTakashi Iwai1-17/+0
2017-10-24ALSA: emux: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai1-3/+3
2015-05-29ALSA: emux: Fix/cleanup old ifdef CONFIG_PROC_FSTakashi Iwai1-4/+0
2015-01-19ALSA: emux: Use setup_timer() and mod_timer()Takashi Iwai1-3/+1
2015-01-04ALSA: emux: Delete an unnecessary check before the function call "snd_sf_free"Markus Elfring1-5/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2008-08-13ALSA: Kill snd_assert() in other placesTakashi Iwai1-4/+4
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-06-22[ALSA] emux - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai1-10/+2
2006-03-22[ALSA] semaphore -> mutex (driver part)Ingo Molnar1-1/+1
2006-01-03[ALSA] Remove xxx_t typedefs: Emu-X synthTakashi Iwai1-14/+15
2006-01-03[ALSA] emux - Avoid cast of function pointersTakashi Iwai1-3/+29
2005-09-12[ALSA] Replace with kzalloc() - othersTakashi Iwai1-1/+1
2005-06-23[PATCH] create a kstrdup library functionPaulo Marques1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+173