summaryrefslogtreecommitdiffstats
path: root/sound/core/seq/oss
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: oss: Fix error check at system port creationTakashi Iwai2021-06-171-3/+2
* ALSA: seq: Fix assignment in if conditionTakashi Iwai2021-06-096-29/+54
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-01-181-1/+2
|\
| * ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai2021-01-151-1/+2
* | ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-082-5/+5
|/
* ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai2020-09-231-2/+5
* ALSA: seq: oss: Serialize ioctlsTakashi Iwai2020-08-051-1/+7
* ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-1/+1
* ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtimeYueHaibing2020-04-291-10/+0
* ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai2020-03-161-0/+1
* ALSA: seq: More constificationsTakashi Iwai2020-01-051-2/+2
* Merge tag 'sound-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2019-07-052-2/+2
|\
| * ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King2019-06-282-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3017-238/+17
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge branch 'for-linus' into for-nextTakashi Iwai2019-04-131-3/+4
|\
| * ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2019-03-211-3/+4
* | ALSA: seq: Protect racy pool manipulation from OSS sequencerTakashi Iwai2019-04-121-2/+8
* | ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai2019-04-122-8/+5
|/
* ALSA: seq: oss: Use the standard fall-through annotationTakashi Iwai2018-10-121-1/+1
* ALSA: seq_oss: Mark expected switch fall-throughGustavo A. R. Silva2018-08-041-1/+1
* ALSA: seq: Minor cleanup of MIDI event parser helpersTakashi Iwai2018-08-011-1/+1
* ALSA: seq: Fix poll() error returnTakashi Iwai2018-07-261-1/+1
* ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai2018-04-254-40/+55
* ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai2018-04-251-4/+8
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* sound: annotate ->poll() instancesAl Viro2017-11-273-5/+5
* ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai2017-11-073-3/+32
* ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai2017-06-091-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-1/+2
* ALSA: seq_oss: Change structure initialisation to C99 styleAmitoj Kaur Chawla2016-06-151-5/+5
* ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai2016-03-013-19/+0
* ALSA: seq: Degrade the error message for too many opensTakashi Iwai2016-01-251-1/+1
* ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai2016-01-251-1/+1
* ALSA: Fix compat_ioctl handling for OSS emulationsTakashi Iwai2015-12-031-1/+6
* ALSA: seq_oss: fix waitqueue_active without memory barrier in snd-seq-ossKosuke Tatsukawa2015-10-092-7/+3
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-275-12/+11
* ALSA: seq_oss: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-104-15/+9
* ALSA: seq: Drop snd_seq_autoload_lock() and _unlock()Takashi Iwai2015-02-121-2/+0
* ALSA: seq: Define driver object in each driverTakashi Iwai2015-02-123-11/+19
* ALSA: seq: Deletion of unnecessary checks before the function call "snd_midi_...Markus Elfring2015-01-041-4/+2
* ALSA: core: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-211-6/+3
* ALSA: seq_oss: Use standard printk helpersTakashi Iwai2014-02-145-18/+18
* ALSA: seq_oss: Drop debug printsTakashi Iwai2014-02-147-68/+0
* ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai2014-02-122-5/+2
* ALSA: seq-oss: Initialize MIDI clients asynchronouslyTakashi Iwai2013-07-172-4/+14
* ALSA: seq: seq_oss_event: missing range checksDan Carpenter2013-03-041-2/+12
* sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-10-311-0/+1
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-311-0/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1