summaryrefslogtreecommitdiffstats
path: root/sound/core/seq/oss
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2019-07-042-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/+17Star
* | 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/+5Star
|/
* 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/+0Star
* 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/+3Star
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-275-12/+11Star
* ALSA: seq_oss: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-104-15/+9Star
* ALSA: seq: Drop snd_seq_autoload_lock() and _unlock()Takashi Iwai2015-02-121-2/+0Star
* 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/+2Star
* ALSA: core: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-211-6/+3Star
* ALSA: seq_oss: Use standard printk helpersTakashi Iwai2014-02-145-18/+18
* ALSA: seq_oss: Drop debug printsTakashi Iwai2014-02-147-68/+0Star
* ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai2014-02-122-5/+2Star
* 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-11-011-0/+1
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-11-011-0/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-11-011-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* ALSA: seq/oss - Fix double-free at error path of snd_seq_oss_open()Takashi Iwai2010-09-081-5/+4Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-0/+6
* sound: seq_oss_midi: remove magic numbersClemens Ladisch2009-07-151-6/+8
* ALSA: Add missing KERN_* prefix to printk in sound/coreTakashi Iwai2009-02-051-1/+1
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-132-6/+12
* sound: ensure device number is valid in snd_seq_oss_synth_make_infoWilly Tarreau2008-08-051-0/+3
* [ALSA] seq-oss - Remove invalid BUG()Takashi Iwai2008-04-241-2/+7
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-312-2/+0Star
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-1/+1
* [ALSA] seq: resource leak fix and various code cleanupsEugene Teo2007-10-162-19/+27