aboutsummaryrefslogtreecommitdiff
path: root/sound/synth
AgeCommit message (Expand)AuthorFilesLines
10 daysALSA: misc: Use *-y instead of *-objs in MakefileGravatar Takashi Iwai 2-2/+2
2024-04-07ALSA: emux: simplify snd_sf_list.callback handlingGravatar Oswald Buddenhagen 2-11/+7
2024-04-07ALSA: emux: improve patch ioctl data validationGravatar Oswald Buddenhagen 1-6/+11
2024-04-07ALSA: emux: centralize & improve patch info validationGravatar Oswald Buddenhagen 1-1/+36
2024-04-07ALSA: emux: fix init of patch_info.truesize in load_data()Gravatar Oswald Buddenhagen 1-1/+1
2024-04-07ALSA: emux: fix validation of snd_emux.num_portsGravatar Oswald Buddenhagen 1-3/+3
2024-04-07ALSA: emux: prune unused parameter from snd_soundfont_load_guspatch()Gravatar Oswald Buddenhagen 3-8/+5
2024-04-07ALSA: emux: fix /proc teardown at module unloadGravatar Oswald Buddenhagen 1-0/+1
2024-01-22ALSA: synth: Save a few bytes of memory when registering a 'snd_emux'Gravatar Christophe JAILLET 1-2/+2
2023-06-13ALSA: emu10k1: fix synthesizer pitch for E-MU cards at 44.1 kHzGravatar Oswald Buddenhagen 1-1/+2
2023-02-07ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()Gravatar Artemii Karasev 1-0/+3
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Gravatar Steven Rostedt (Google) 1-1/+1
2022-10-27ALSA: Use del_timer_sync() before freeing timerGravatar Steven Rostedt (Google) 1-6/+1
2021-11-09ALSA: synth: missing check for possible NULL after the call to kstrdupGravatar Austin Kim 1-1/+1
2021-07-05ALSA: emux: fix spelling mistakesGravatar gushengxian 2-4/+4
2021-06-09ALSA: synth: Fix assignment in if conditionGravatar Takashi Iwai 4-20/+42
2020-01-05ALSA: emux: More constificationsGravatar Takashi Iwai 3-11/+11
2020-01-03ALSA: seq: oss: Constify snd_seq_oss_callback definitionsGravatar Takashi Iwai 1-1/+1
2020-01-03ALSA: seq: Constify struct snd_midi_opGravatar Takashi Iwai 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 11-158/+11
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-06ALSA: synth: emux: soundfont.c: divide by zero in calc_gus_envelope_time()Gravatar Dan Carpenter 1-0/+2
2019-03-26ALSA: emux: Add support of loading GUS-patchGravatar Takashi Iwai 1-0/+5
2019-02-06ALSA: emux: Remove superfluous snd_info_register() callsGravatar Takashi Iwai 1-4/+0
2018-12-13ALSA: emux: Fix potential Spectre v1 vulnerabilitiesGravatar Gustavo A. R. Silva 1-2/+5
2018-08-03ALSA: synth: Remove empty init and exitGravatar Takashi Iwai 2-33/+0
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Takashi Iwai 2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-10-24ALSA: emux: Convert timers to use timer_setup()Gravatar Kees Cook 3-4/+4
2017-10-16ALSA: emux: remove unused redundant variable p2Gravatar Colin Ian King 1-2/+0
2017-08-10ALSA: emux: Delete two error messages for a failed memory allocation in snd_e...Gravatar Markus Elfring 1-4/+2
2017-08-10ALSA: emux: Adjust four checks for null pointersGravatar Markus Elfring 1-4/+4
2017-08-10ALSA: emux: Improve a size determination in two functionsGravatar Markus Elfring 1-2/+3
2017-08-10ALSA: emux: Adjust one function call together with a variable assignmentGravatar Markus Elfring 1-1/+2
2017-06-28ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfigGravatar Takashi Iwai 1-1/+3
2017-06-09ALSA: synth: Select snd-emux-synth explicitlyGravatar Takashi Iwai 2-3/+3
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationGravatar Takashi Iwai 3-8/+4
2017-03-31ALSA: emux: stop if copy_from_user() failsGravatar Dan Carpenter 1-2/+2
2016-12-28ALSA: synth: use designated initializersGravatar Kees Cook 1-7/+7
2016-01-06ALSA: emux: constify nrpn_conv_table structuresGravatar Julia Lawall 1-4/+5
2015-10-05ALSA: synth: Fix conflicting OSS device registration on AWE32Gravatar Takashi Iwai 1-1/+2
2015-05-29ALSA: emux: Fix/cleanup old ifdef CONFIG_PROC_FSGravatar Takashi Iwai 4-11/+8
2015-04-28ALSA: emux: Fix mutex deadlock in OSS emulationGravatar Takashi Iwai 2-16/+22
2015-04-27ALSA: emux: Fix mutex deadlock at unloadingGravatar Takashi Iwai 1-2/+0
2015-01-28ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Gravatar Takashi Iwai 3-3/+3
2015-01-19ALSA: emux: Use setup_timer() and mod_timer()Gravatar Takashi Iwai 2-7/+3
2015-01-04ALSA: emux: Delete an unnecessary check before the function call "snd_sf_free"Gravatar Markus Elfring 1-5/+1
2014-06-01ALSA: synth: emux: soundfont.c: Cleaning up memory leakGravatar Rickard Strandqvist 1-0/+1
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededGravatar Paul Gortmaker 3-0/+3
2011-10-31sound: Add module.h to the previously silent sound usersGravatar Paul Gortmaker 3-1/+3