aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/rawmidi.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: Avoid endless sleep after disconnectTakashi Iwai2012-11-161-0/+20
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-11-161-1/+5
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* ALSA: Use krealloc() in possible placesTakashi Iwai2011-07-121-4/+4
* ALSA: rawmidi - Use workq for event handlingTakashi Iwai2011-06-141-26/+11
* ALSA: rawmidi: fix oops (use after free) when unloading a driver moduleClemens Ladisch2010-10-171-1/+3
* ALSA: rawmidi: fix the get next midi device ioctlDan Carpenter2010-09-091-0/+2
* ALSA: core - Define llseek fopsTakashi Iwai2010-04-131-0/+5
* vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-1/+1
* sound: rawmidi: record a substream's owner processClemens Ladisch2009-11-101-0/+9
* sound: rawmidi: fix opened substreams countClemens Ladisch2009-11-101-4/+2
* Merge branch 'topic/ctl-pid-lock' into topic/core-changeTakashi Iwai2009-11-101-1/+1
|\
| * control: use reference-counted pidClemens Ladisch2009-11-061-1/+1
* | sound: rawmidi: fix MIDI device O_APPEND error handlingClemens Ladisch2009-11-101-12/+7
* | sound: rawmidi: fix checking of O_APPEND when opening MIDI deviceClemens Ladisch2009-11-101-1/+2
* | sound: rawmidi: fix double init when opening MIDI device with O_APPENDClemens Ladisch2009-11-101-10/+12
|/
* sound: rawmidi: disable active-sensing-on-close by defaultClemens Ladisch2009-07-151-1/+1
* ALSA: rawmidi - Refactor rawmidi open/close codesTakashi Iwai2009-03-091-183/+194
* ALSA: rawmidi - Fix possible race in openTakashi Iwai2009-03-091-7/+7
* ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai2008-12-181-2/+2
* ALSA: rawmidi - Add open check in rawmidi callbacksTakashi Iwai2008-11-031-0/+8
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-131-10/+15
* ALSA: fix locking in snd_pcm_open*() and snd_rawmidi_open*()Takashi Iwai2008-09-251-2/+2
* [ALSA] rawmidi: let sparse know what is going on _for real_Marcin Ĺšlusarz2008-01-311-19/+21
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-2/+2
* [ALSA] Clean up duplicate includes in sound/core/Jesper Juhl2007-10-161-1/+0
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-121-1/+1
* [ALSA] alsa core: convert to list_for_each_entry*Johannes Berg2007-02-091-19/+10
* [ALSA] sound: initialize rawmidi substream listAkinobu Mita2006-12-201-1/+3
* [ALSA] Fix substream selection in PCM and rawmidiTakashi Iwai2006-09-231-1/+2
* [ALSA] Unregister device files at disconnectionTakashi Iwai2006-09-231-26/+9
* [ALSA] Fix disconnection of proc interfaceTakashi Iwai2006-09-231-1/+1
* [ALSA] Remove zero-initialization of static variablesTakashi Iwai2006-06-221-1/+1
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-221-1/+0
* [PATCH] sound: Remove unneeded kmalloc() return value castsJesper Juhl2006-03-281-2/+4
* [ALSA] semaphore -> mutex (core part)Ingo Molnar2006-03-221-28/+29
* [ALSA] sound/: possible cleanupsAdrian Bunk2006-01-031-3/+2
* [ALSA] rawmidi: adjust runtime->avail when changing output buffer sizeClemens Ladisch2006-01-031-0/+1
* [ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch2006-01-031-43/+44
* [ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch2006-01-031-9/+5
* [ALSA] rawmidi: protect against invalid device number in snd_rawmidi_info_sel...Clemens Ladisch2006-01-031-0/+2
* [ALSA] Add error messagesTakashi Iwai2006-01-031-4/+14
* [ALSA] Remove xxx_t typedefs: Raw MIDITakashi Iwai2006-01-031-134/+146
* [ALSA] fix improper CONFIG_SND_MAJOR usageClemens Ladisch2005-11-041-8/+4
* [ALSA] Replace with kzalloc() - core stuffTakashi Iwai2005-09-121-3/+3
* [ALSA] Fix DocBook warningsTakashi Iwai2005-09-121-1/+1
* [ALSA] sparse address space annotationsClemens Ladisch2005-09-121-2/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1680