aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/rawmidi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-7/+7
2012-10-30ALSA: Avoid endless sleep after disconnectTakashi Iwai1-0/+20
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai1-1/+5
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-07-12ALSA: Use krealloc() in possible placesTakashi Iwai1-4/+4
2011-06-14ALSA: rawmidi - Use workq for event handlingTakashi Iwai1-26/+11
2010-10-17ALSA: rawmidi: fix oops (use after free) when unloading a driver moduleClemens Ladisch1-1/+3
2010-09-09ALSA: rawmidi: fix the get next midi device ioctlDan Carpenter1-0/+2
2010-04-13ALSA: core - Define llseek fopsTakashi Iwai1-0/+5
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-1/+1
2009-11-10sound: rawmidi: record a substream's owner processClemens Ladisch1-0/+9
2009-11-10sound: rawmidi: fix opened substreams countClemens Ladisch1-4/+2
2009-11-10Merge branch 'topic/ctl-pid-lock' into topic/core-changeTakashi Iwai1-1/+1
2009-11-10sound: rawmidi: fix MIDI device O_APPEND error handlingClemens Ladisch1-12/+7
2009-11-10sound: rawmidi: fix checking of O_APPEND when opening MIDI deviceClemens Ladisch1-1/+2
2009-11-10sound: rawmidi: fix double init when opening MIDI device with O_APPENDClemens Ladisch1-10/+12
2009-11-06control: use reference-counted pidClemens Ladisch1-1/+1
2009-07-15sound: rawmidi: disable active-sensing-on-close by defaultClemens Ladisch1-1/+1
2009-03-09ALSA: rawmidi - Refactor rawmidi open/close codesTakashi Iwai1-183/+194
2009-03-09ALSA: rawmidi - Fix possible race in openTakashi Iwai1-7/+7
2008-12-18ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai1-2/+2
2008-11-03ALSA: rawmidi - Add open check in rawmidi callbacksTakashi Iwai1-0/+8
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-10/+15
2008-09-25ALSA: fix locking in snd_pcm_open*() and snd_rawmidi_open*()Takashi Iwai1-2/+2
2008-01-31[ALSA] rawmidi: let sparse know what is going on _for real_Marcin Ĺšlusarz1-19/+21
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2007-10-16[ALSA] Clean up duplicate includes in sound/core/Jesper Juhl1-1/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven1-1/+1
2007-02-09[ALSA] alsa core: convert to list_for_each_entry*Johannes Berg1-19/+10
2006-12-20[ALSA] sound: initialize rawmidi substream listAkinobu Mita1-1/+3
2006-09-23[ALSA] Fix substream selection in PCM and rawmidiTakashi Iwai1-1/+2
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai1-26/+9
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai1-1/+1
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai1-1/+1
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-1/+0
2006-03-28[PATCH] sound: Remove unneeded kmalloc() return value castsJesper Juhl1-2/+4
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar1-28/+29
2006-01-03[ALSA] sound/: possible cleanupsAdrian Bunk1-3/+2
2006-01-03[ALSA] rawmidi: adjust runtime->avail when changing output buffer sizeClemens Ladisch1-0/+1
2006-01-03[ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch1-43/+44
2006-01-03[ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch1-9/+5
2006-01-03[ALSA] rawmidi: protect against invalid device number in snd_rawmidi_info_select()Clemens Ladisch1-0/+2
2006-01-03[ALSA] Add error messagesTakashi Iwai1-4/+14
2006-01-03[ALSA] Remove xxx_t typedefs: Raw MIDITakashi Iwai1-134/+146
2005-11-04[ALSA] fix improper CONFIG_SND_MAJOR usageClemens Ladisch1-8/+4
2005-09-12[ALSA] Replace with kzalloc() - core stuffTakashi Iwai1-3/+3
2005-09-12[ALSA] Fix DocBook warningsTakashi Iwai1-1/+1
2005-09-12[ALSA] sparse address space annotationsClemens Ladisch1-2/+6