aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/rawmidi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-2/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-4/+4
2017-06-12ALSA: seq: Allow the modular sequencer registrationTakashi Iwai1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-12ALSA: rawmidi: Add const to snd_rawmidi_opsTakashi Iwai1-1/+1
2016-11-12ALSA: rawmidi: don't opencode IS_REACHABLE()Fabian Frederick1-2/+2
2016-09-08ALSA: rawmidi: Fix possible deadlock with virmidi registrationTakashi Iwai1-1/+3
2016-02-03ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai1-12/+22
2016-02-03ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai1-26/+72
2016-02-01ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai1-1/+1
2015-03-10ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai1-6/+2
2015-02-02ALSA: Simplify snd_device_register() variantsTakashi Iwai1-6/+5
2015-02-02ALSA: rawmidi: Use rawmidi device file for kernel messagesTakashi Iwai1-3/+3
2015-02-02ALSA: rawmidi: Embed struct deviceTakashi Iwai1-7/+17
2015-02-02ALSA: control: Provide a helper to look for the preferred subdeviceTakashi Iwai1-12/+2
2014-02-27ALSA: Move EXPORT_SYMBOL() in appropriate placesTakashi Iwai1-18/+17
2014-02-14ALSA: rawmidi: Use standard printk helpersTakashi Iwai1-15/+34
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai1-2/+2
2014-02-10ALSA: Fix typos in alsa-driver-api.xmlMasanari Iida1-1/+1
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