summaryrefslogtreecommitdiffstats
path: root/sound/synth/emux/emux_seq.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2025-09-01ALSA: synth: Use guard() for mutex locksTakashi Iwai-12/+5
2024-08-08ALSA: emux: Use standard print APITakashi Iwai-7/+6
2024-04-07ALSA: emux: fix validation of snd_emux.num_portsOswald Buddenhagen-3/+3
2020-01-03ALSA: seq: Constify struct snd_midi_opTakashi Iwai-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-14/+1
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
2016-12-28ALSA: synth: use designated initializersKees Cook-7/+7
2015-04-28ALSA: emux: Fix mutex deadlock in OSS emulationTakashi Iwai-6/+21
2015-04-27ALSA: emux: Fix mutex deadlock at unloadingTakashi Iwai-2/+0
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker-1/+1
2009-02-05ALSA: emux - Add missing KERN_* prefix to printkTakashi Iwai-8/+8
2008-08-13ALSA: Kill snd_assert() in other placesTakashi Iwai-5/+10
2006-06-22[ALSA] add more sequencer port type information bitsClemens Ladisch-1/+3
2006-06-22[ALSA] fix port type bitsClemens Ladisch-2/+1
2006-03-22[ALSA] semaphore -> mutex (driver part)Ingo Molnar-6/+6
2006-01-03[ALSA] seq: set client name in snd_seq_create_kernel_client()Clemens Ladisch-27/+2
2006-01-03[ALSA] seq: remove struct snd_seq_client_callbackClemens Ladisch-7/+1
2006-01-03[ALSA] Remove xxx_t typedefs: Emu-X synthTakashi Iwai-37/+37
2005-09-12[ALSA] Replace with kzalloc() - othersTakashi Iwai-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+428