aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-24ALSA: seq: Fix data-race at module auto-loadingTakashi Iwai1-7/+5
2022-08-23ALSA: seq: oss: Fix data-race for max_midi_devs accessTakashi Iwai1-0/+2
2022-05-17ALSA: seq: replace ternary operator with max()Guo Zhengkui1-1/+1
2022-03-14ALSA: seq: oss: fix typoJulia Lawall1-1/+1
2022-03-13ALSA: seq: oss: use kzallocJulia Lawall1-2/+1
2022-01-06ALSA: seq: virmidi: Add a drain operationStefan Sauer1-0/+11
2021-12-07ALSA: seq: Set upper limit of processed eventsTakashi Iwai1-2/+12
2021-08-09Merge branch 'for-linus' into for-nextTakashi Iwai1-12/+27
2021-08-03ALSA: seq: Fix racy deletion of subscriberTakashi Iwai1-12/+27
2021-07-27ALSA: seq: Fix comments of wrong client number for MIDI PassthroughTakashi Iwai1-4/+4
2021-07-01Merge branch 'for-next' into for-linusTakashi Iwai13-73/+131
2021-06-17ALSA: seq: oss: Fix error check at system port creationTakashi Iwai1-3/+2
2021-06-10ALSA: seq: Fix race of snd_seq_timer_open()Takashi Iwai1-1/+9
2021-06-09ALSA: seq: Fix assignment in if conditionTakashi Iwai13-72/+131
2021-01-18Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+2
2021-01-15ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai1-1/+2
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches4-9/+9
2020-12-25ALSA: core: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen1-1/+1
2020-12-06ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai1-4/+4
2020-11-04ALSA: seq: remove useless functionYu Hao3-31/+0
2020-09-23ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai1-2/+5
2020-08-05ALSA: seq: oss: Serialize ioctlsTakashi Iwai1-1/+7
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-04-29ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtimeYueHaibing1-10/+0
2020-03-16ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai1-0/+1
2020-03-16ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai1-0/+1
2020-02-14ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai4-9/+20
2020-02-14ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai1-4/+16
2020-01-20Merge branch 'for-linus' into for-nextTakashi Iwai1-5/+9
2020-01-15ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai1-5/+9
2020-01-05ALSA: seq: More constificationsTakashi Iwai3-8/+8
2020-01-03ALSA: seq: Constify struct snd_midi_opTakashi Iwai1-15/+22
2019-11-08ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai1-6/+12
2019-08-25ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai3-2/+20
2019-07-16ALSA: seq: Break too long mutex context in the write loopTakashi Iwai1-1/+10
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai45-643/+45
2019-06-28ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King2-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner43-643/+43
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-09Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds9-106/+113
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-04-15ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock()Takashi Iwai1-1/+6
2019-04-13Merge branch 'for-linus' into for-nextTakashi Iwai2-6/+7
2019-04-12ALSA: seq: Protect racy pool manipulation from OSS sequencerTakashi Iwai3-5/+49
2019-04-12ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai4-42/+12
2019-04-12ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai1-1/+1
2019-04-11Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai1-7/+2
2019-04-09ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai3-15/+13
2019-04-09ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai1-2/+7
2019-04-09ALSA: seq: Remove superfluous irqsave flagsTakashi Iwai4-35/+25