summaryrefslogtreecommitdiffstats
path: root/sound/synth
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-14/+14
2025-09-01ALSA: synth: Use guard() for preset locksTakashi Iwai-44/+12
2025-09-01ALSA: synth: Use guard() for spin locksTakashi Iwai-97/+49
2025-09-01ALSA: synth: Use guard() for mutex locksTakashi Iwai-28/+12
2025-07-11ALSA: synth: Use safer strscpy() instead of strcpy()Takashi Iwai-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2024-08-08ALSA: emux: Use standard print APITakashi Iwai-50/+59
2024-05-08ALSA: misc: Use *-y instead of *-objs in MakefileTakashi Iwai-2/+2
2024-04-07ALSA: emux: simplify snd_sf_list.callback handlingOswald Buddenhagen-11/+7
2024-04-07ALSA: emux: improve patch ioctl data validationOswald Buddenhagen-6/+11
2024-04-07ALSA: emux: centralize & improve patch info validationOswald Buddenhagen-1/+36
2024-04-07ALSA: emux: fix init of patch_info.truesize in load_data()Oswald Buddenhagen-1/+1
2024-04-07ALSA: emux: fix validation of snd_emux.num_portsOswald Buddenhagen-3/+3
2024-04-07ALSA: emux: prune unused parameter from snd_soundfont_load_guspatch()Oswald Buddenhagen-8/+5
2024-04-07ALSA: emux: fix /proc teardown at module unloadOswald Buddenhagen-0/+1
2024-01-22ALSA: synth: Save a few bytes of memory when registering a 'snd_emux'Christophe JAILLET-2/+2
2023-06-13ALSA: emu10k1: fix synthesizer pitch for E-MU cards at 44.1 kHzOswald Buddenhagen-1/+2
2023-02-07ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()Artemii Karasev-0/+3
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-1/+1
2022-10-27ALSA: Use del_timer_sync() before freeing timerSteven Rostedt (Google)-6/+1
2021-11-09ALSA: synth: missing check for possible NULL after the call to kstrdupAustin Kim-1/+1
2021-07-05ALSA: emux: fix spelling mistakesgushengxian-4/+4
2021-06-09ALSA: synth: Fix assignment in if conditionTakashi Iwai-20/+42
2020-01-05ALSA: emux: More constificationsTakashi Iwai-11/+11
2020-01-03ALSA: seq: oss: Constify snd_seq_oss_callback definitionsTakashi Iwai-1/+1
2020-01-03ALSA: seq: Constify struct snd_midi_opTakashi Iwai-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-158/+11
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-06ALSA: synth: emux: soundfont.c: divide by zero in calc_gus_envelope_time()Dan Carpenter-0/+2
2019-03-26ALSA: emux: Add support of loading GUS-patchTakashi Iwai-0/+5
2019-02-06ALSA: emux: Remove superfluous snd_info_register() callsTakashi Iwai-4/+0
2018-12-13ALSA: emux: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva-2/+5
2018-08-03ALSA: synth: Remove empty init and exitTakashi Iwai-33/+0
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-10-24ALSA: emux: Convert timers to use timer_setup()Kees Cook-4/+4
2017-10-16ALSA: emux: remove unused redundant variable p2Colin Ian King-2/+0
2017-08-10ALSA: emux: Delete two error messages for a failed memory allocation in snd_e...Markus Elfring-4/+2
2017-08-10ALSA: emux: Adjust four checks for null pointersMarkus Elfring-4/+4
2017-08-10ALSA: emux: Improve a size determination in two functionsMarkus Elfring-2/+3
2017-08-10ALSA: emux: Adjust one function call together with a variable assignmentMarkus Elfring-1/+2
2017-06-28ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfigTakashi Iwai-1/+3
2017-06-09ALSA: synth: Select snd-emux-synth explicitlyTakashi Iwai-3/+3
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai-8/+4
2017-03-31ALSA: emux: stop if copy_from_user() failsDan Carpenter-2/+2
2016-12-28ALSA: synth: use designated initializersKees Cook-7/+7
2016-01-06ALSA: emux: constify nrpn_conv_table structuresJulia Lawall-4/+5