summaryrefslogtreecommitdiff
path: root/sound/core/rawmidi.c
AgeCommit message (Expand)Author
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-12ALSA: seq: Allow the modular sequencer registrationTakashi Iwai
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-01-12ALSA: rawmidi: Add const to snd_rawmidi_opsTakashi Iwai
2016-11-12ALSA: rawmidi: don't opencode IS_REACHABLE()Fabian Frederick
2016-09-08ALSA: rawmidi: Fix possible deadlock with virmidi registrationTakashi Iwai
2016-02-03ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai
2016-02-03ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai
2016-02-01ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai
2015-03-10ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai
2015-02-02ALSA: Simplify snd_device_register() variantsTakashi Iwai
2015-02-02ALSA: rawmidi: Use rawmidi device file for kernel messagesTakashi Iwai
2015-02-02ALSA: rawmidi: Embed struct deviceTakashi Iwai
2015-02-02ALSA: control: Provide a helper to look for the preferred subdeviceTakashi Iwai
2014-02-27ALSA: Move EXPORT_SYMBOL() in appropriate placesTakashi Iwai
2014-02-14ALSA: rawmidi: Use standard printk helpersTakashi Iwai
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai
2014-02-10ALSA: Fix typos in alsa-driver-api.xmlMasanari Iida
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi
2012-10-30ALSA: Avoid endless sleep after disconnectTakashi Iwai
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker
2011-07-12ALSA: Use krealloc() in possible placesTakashi Iwai
2011-06-14ALSA: rawmidi - Use workq for event handlingTakashi Iwai
2010-10-17ALSA: rawmidi: fix oops (use after free) when unloading a driver moduleClemens Ladisch
2010-09-09ALSA: rawmidi: fix the get next midi device ioctlDan Carpenter
2010-04-13ALSA: core - Define llseek fopsTakashi Iwai
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig
2009-11-10sound: rawmidi: record a substream's owner processClemens Ladisch
2009-11-10sound: rawmidi: fix opened substreams countClemens Ladisch
2009-11-10Merge branch 'topic/ctl-pid-lock' into topic/core-changeTakashi Iwai
2009-11-10sound: rawmidi: fix MIDI device O_APPEND error handlingClemens Ladisch
2009-11-10sound: rawmidi: fix checking of O_APPEND when opening MIDI deviceClemens Ladisch
2009-11-10sound: rawmidi: fix double init when opening MIDI device with O_APPENDClemens Ladisch
2009-11-06control: use reference-counted pidClemens Ladisch
2009-07-15sound: rawmidi: disable active-sensing-on-close by defaultClemens Ladisch
2009-03-09ALSA: rawmidi - Refactor rawmidi open/close codesTakashi Iwai
2009-03-09ALSA: rawmidi - Fix possible race in openTakashi Iwai
2008-12-18ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai
2008-11-03ALSA: rawmidi - Add open check in rawmidi callbacksTakashi Iwai
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai
2008-09-25ALSA: fix locking in snd_pcm_open*() and snd_rawmidi_open*()Takashi Iwai
2008-01-31[ALSA] rawmidi: let sparse know what is going on _for real_Marcin Ĺšlusarz
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela
2007-10-16[ALSA] Clean up duplicate includes in sound/core/Jesper Juhl
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven
2007-02-09[ALSA] alsa core: convert to list_for_each_entry*Johannes Berg