summaryrefslogtreecommitdiffstats
path: root/sound/core/seq
Commit message (Expand)AuthorAgeFilesLines
...
* ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai2016-03-013-19/+0Star
* ALSA: seq: Fix double port list deletionTakashi Iwai2016-02-161-5/+8
* ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai2016-02-151-4/+9
* ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2016-02-032-103/+133
* ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai2016-02-031-5/+12
* ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai2016-02-011-20/+67
* ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai2016-02-011-1/+5
* 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: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat2016-01-181-4/+5
* ALSA: seq: Fix race at timer setup and closeTakashi Iwai2016-01-121-0/+2
* ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai2016-01-121-1/+1
* ALSA: Fix compat_ioctl handling for OSS emulationsTakashi Iwai2015-12-031-1/+6
* ALSA: midi: constify snd_rawmidi_global_ops structuresJulia Lawall2015-11-221-1/+1
* ALSA: seq_oss: fix waitqueue_active without memory barrier in snd-seq-ossKosuke Tatsukawa2015-10-092-7/+3Star
* ALSA: core: Fix randconfig build wrt CONFIG_PROC_FSTakashi Iwai2015-05-292-3/+3
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-2710-20/+19Star
* ALSA: core: Build conditionally and remove superfluous ifdefsTakashi Iwai2015-04-242-3/+2Star
* ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai2015-04-241-3/+14
* ALSA: seq: fill client ID in return value of pool operationTakashi Sakamoto2015-04-111-0/+1
* ALSA: seq: Fix init order of snd_seq_device stuffTakashi Iwai2015-03-111-1/+1
* ALSA: seq: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-106-21/+7Star
* 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-124-36/+9Star
* ALSA: seq: Define driver object in each driverTakashi Iwai2015-02-125-104/+47Star
* ALSA: seq: Clean up device and driver structsTakashi Iwai2015-02-121-21/+10Star
* ALSA: seq: Rewrite sequencer device binding with standard busTakashi Iwai2015-02-121-374/+167Star
* ALSA: seq: Don't compile snd_seq_device_load_drivers() for built-inTakashi Iwai2015-02-121-6/+3Star
* ALSA: seq: Move EXPORT_SYMBOL() after each functionTakashi Iwai2015-02-121-10/+8Star
* ALSA: seq: potential out of bounds in do_control()Dan Carpenter2015-02-121-0/+3
* Merge branch 'topic/snd-device' into for-nextTakashi Iwai2015-02-031-3/+11
|\
| * ALSA: Simplify snd_device_register() variantsTakashi Iwai2015-02-021-4/+3Star
| * ALSA: seq: Handle the device directlyTakashi Iwai2015-02-021-2/+11
* | ALSA: seq: remove unused callback_all fieldClemens Ladisch2015-01-263-7/+2Star
* | ALSA: seq: fix off-by-one error in port limit checkClemens Ladisch2015-01-261-1/+1
* | ALSA: seq: correctly report maximum number of portsClemens Ladisch2015-01-261-1/+1
* | Merge branch 'for-linus' into for-nextTakashi Iwai2015-01-261-31/+0Star
|\|
| * ALSA: seq-dummy: remove deadlock-causing events on closeClemens Ladisch2015-01-261-31/+0Star
* | ALSA: seq: Deletion of unnecessary checks before the function call "snd_midi_...Markus Elfring2015-01-042-6/+3Star
|/
* ALSA: core: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-211-6/+3Star
* Subject: ALSA: seq: Remove autoload locks in driver registrationTakashi Iwai2014-10-182-8/+1Star
* ALSA: seq: bind seq driver automaticallyTakashi Iwai2014-10-182-23/+72
* ALSA: seq: Use atomic ops for autoload refcountTakashi Iwai2014-10-151-4/+4
* ALSA: seq: seq_memory.c: Fix closing brace followed by ifRasmus Villemoes2014-06-231-2/+2
* ALSA: seq: Continue broadcasting events to ports if one of them failsAdam Goode2014-06-041-12/+24
* ALSA: seq: correctly detect input buffer overflowAdam Goode2014-06-041-1/+1
* ALSA: core: Fix format string mismatch in seq_midi.cMasanari Iida2014-04-281-2/+2
* ALSA: seq_oss: Use standard printk helpersTakashi Iwai2014-02-145-18/+18
* ALSA: seq: Use standard printk helpersTakashi Iwai2014-02-1413-47/+47
* ALSA: core: Use standard printk helpersTakashi Iwai2014-02-141-1/+1