aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_ports.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-17ALSA: seq: replace ternary operator with max()Guo Zhengkui1-1/+1
2021-08-03ALSA: seq: Fix racy deletion of subscriberTakashi Iwai1-12/+27
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-04-12ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai1-1/+1
2019-04-09ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai1-5/+8
2019-04-09ALSA: seq: Remove superfluous irqsave flagsTakashi Iwai1-9/+6
2018-05-26ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed"Colin Ian King1-1/+1
2017-10-11ALSA: seq: Fix use-after-free at creating a portTakashi Iwai1-2/+5
2017-06-16ALSA: seq: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai1-2/+0
2016-02-16ALSA: seq: Fix double port list deletionTakashi Iwai1-5/+8
2016-02-03ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai1-103/+130
2015-03-10ALSA: seq: Drop superfluous error/debug messages after malloc failuresTakashi Iwai1-3/+1
2015-01-26ALSA: seq: remove unused callback_all fieldClemens Ladisch1-5/+2
2015-01-26ALSA: seq: fix off-by-one error in port limit checkClemens Ladisch1-1/+1
2014-02-14ALSA: seq: Use standard printk helpersTakashi Iwai1-2/+2
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-02-27sound:core:seq:seq_ports.c Remove one to many n's in a word.Justin P. Mattock1-1/+1
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-5/+8
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-02-09[ALSA] Fix possible deadlocks in sequencer at removal of portsTakashi Iwai1-1/+1
2007-02-09[ALSA] alsa core: convert to list_for_each_entry*Johannes Berg1-32/+17
2006-07-03[PATCH] lockdep: annotate sound/core/seq/seq_ports.cIngo Molnar1-2/+2
2006-06-28[ALSA] Fix misuse of __list_add() in seq_ports.cTakashi Iwai1-4/+2
2006-06-22[ALSA] Remove nested mutexes in seq_ports.cTakashi Iwai1-2/+0
2006-06-22[ALSA] Clean up EXPORT_SYMBOL()s in snd-seq moduleTakashi Iwai1-0/+3
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar1-6/+6
2006-01-03[ALSA] Remove xxx_t typedefs: SequencerTakashi Iwai1-64/+88
2005-09-12[ALSA] Replace with kzalloc() - seq stuffTakashi Iwai1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+674