summaryrefslogtreecommitdiffstats
path: root/sound/core/seq/oss
AgeCommit message (Expand)AuthorLines
2025-01-07ALSA: seq: oss: Simplify with str_enabled_disabled()Takashi Iwai-12/+2
2024-12-31ALSA: seq: oss: Send fragmented SysEx messages immediatelyTakashi Iwai-67/+14
2024-12-31Merge branch 'for-linus' into for-nextTakashi Iwai-0/+2
2024-12-30ALSA: seq: oss: Fix races at processing SysEx messagesTakashi Iwai-0/+2
2024-12-06ALSA: seq: oss: fix typo in seq_oss_init.cZhu Jun-1/+1
2024-08-17ALSA: seq: Remove unused declarationsYue Haibing-4/+0
2024-05-08ALSA: core: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2024-02-23ALSA: seq: oss: Use automatic cleanup of kfree()Takashi Iwai-18/+8
2024-02-16ALSA: avoid 'bool' as variable nameArnd Bergmann-3/+3
2023-06-16ALSA: seq: oss: Fix racy open/close of MIDI devicesTakashi Iwai-13/+22
2022-08-23ALSA: seq: oss: Fix data-race for max_midi_devs accessTakashi Iwai-0/+2
2022-03-14ALSA: seq: oss: fix typoJulia Lawall-1/+1
2022-03-13ALSA: seq: oss: use kzallocJulia Lawall-2/+1
2021-06-17ALSA: seq: oss: Fix error check at system port creationTakashi Iwai-3/+2
2021-06-09ALSA: seq: Fix assignment in if conditionTakashi Iwai-29/+54
2021-01-18Merge branch 'for-linus' into for-nextTakashi Iwai-1/+2
2021-01-15ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai-1/+2
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-5/+5
2020-09-23ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai-2/+5
2020-08-05ALSA: seq: oss: Serialize ioctlsTakashi Iwai-1/+7
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-04-29ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtimeYueHaibing-10/+0
2020-03-16ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai-0/+1
2020-01-05ALSA: seq: More constificationsTakashi Iwai-2/+2
2019-07-05Merge tag 'sound-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds-2/+2
2019-06-28ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-238/+17
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-13Merge branch 'for-linus' into for-nextTakashi Iwai-3/+4
2019-04-12ALSA: seq: Protect racy pool manipulation from OSS sequencerTakashi Iwai-2/+8
2019-04-12ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai-8/+5
2019-03-21ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva-3/+4
2018-10-12ALSA: seq: oss: Use the standard fall-through annotationTakashi Iwai-1/+1
2018-08-04ALSA: seq_oss: Mark expected switch fall-throughGustavo A. R. Silva-1/+1
2018-08-01ALSA: seq: Minor cleanup of MIDI event parser helpersTakashi Iwai-1/+1
2018-07-26ALSA: seq: Fix poll() error returnTakashi Iwai-1/+1
2018-04-25ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai-40/+55
2018-04-25ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai-4/+8
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-2/+2
2017-11-27sound: annotate ->poll() instancesAl Viro-5/+5
2017-11-07ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai-3/+32
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+2
2016-06-15ALSA: seq_oss: Change structure initialisation to C99 styleAmitoj Kaur Chawla-5/+5
2016-03-01ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai-19/+0
2016-01-25ALSA: seq: Degrade the error message for too many opensTakashi Iwai-1/+1
2016-01-25ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai-1/+1
2015-12-03ALSA: Fix compat_ioctl handling for OSS emulationsTakashi Iwai-1/+6
2015-10-09ALSA: seq_oss: fix waitqueue_active without memory barrier in snd-seq-ossKosuke Tatsukawa-7/+3
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang-12/+11