summaryrefslogtreecommitdiffstats
path: root/sound/core/seq
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+7
* 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-124-36/+9
* ALSA: seq: Define driver object in each driverTakashi Iwai2015-02-125-104/+47
* ALSA: seq: Clean up device and driver structsTakashi Iwai2015-02-121-21/+10
* ALSA: seq: Rewrite sequencer device binding with standard busTakashi Iwai2015-02-121-374/+167
* ALSA: seq: Don't compile snd_seq_device_load_drivers() for built-inTakashi Iwai2015-02-121-6/+3
* ALSA: seq: Move EXPORT_SYMBOL() after each functionTakashi Iwai2015-02-121-10/+8
* 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/+3
| * ALSA: seq: Handle the device directlyTakashi Iwai2015-02-021-2/+11
* | ALSA: seq: remove unused callback_all fieldClemens Ladisch2015-01-263-7/+2
* | 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/+0
|\ \ | |/
| * ALSA: seq-dummy: remove deadlock-causing events on closeClemens Ladisch2015-01-261-31/+0
* | ALSA: seq: Deletion of unnecessary checks before the function call "snd_midi_...Markus Elfring2015-01-042-6/+3
|/
* ALSA: core: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-211-6/+3
* Subject: ALSA: seq: Remove autoload locks in driver registrationTakashi Iwai2014-10-182-8/+1
* 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
* 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: Fix missing error handling in snd_seq_timer_open()Takashi Iwai2013-03-111-4/+4
* ALSA: seq: seq_oss_event: missing range checksDan Carpenter2013-03-041-2/+12
* various: Fix spelling of "registered" in comments.Adam Buchbinder2012-11-191-1/+1
* ALSA: lto, sound: Fix export symbols for !CONFIG_MODULESAndi Kleen2012-08-201-0/+2
* Documentation: remove references to /etc/modprobe.confLucas De Marchi2012-03-301-1/+1
* device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-111-0/+1
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1
* sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-10-316-0/+6
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-316-0/+6
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-314-4/+4
* ALSA: core: remove unused variables.Luca Tettamanti2011-05-261-2/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* sound:core:seq:seq_ports.c Remove one to many n's in a word.Justin P. Mattock2011-02-271-1/+1
* ALSA: core: sparse cleanupsClemens Ladisch2011-02-143-8/+9
* ALSA: support module on-demand loading for seq and timerKay Sievers2010-11-241-0/+4
* 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/+4
OpenPOWER on IntegriCloud