aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_virmidi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-06ALSA: seq: virmidi: Add a drain operationStefan Sauer1-0/+11
2021-06-09ALSA: seq: Fix assignment in if conditionTakashi Iwai1-4/+5
2020-03-16ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2018-10-04ALSA: rawmidi: A lightweight function to discard pending bytesTakashi Iwai1-3/+1
2018-08-14ALSA: seq: virmidi: Fix discarding the unsubscribed outputTakashi Iwai1-2/+3
2018-08-01ALSA: seq: Remove dead codesTakashi Iwai1-33/+0
2018-08-01ALSA: seq: Minor cleanup of MIDI event parser helpersTakashi Iwai1-2/+2
2018-07-30ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macrosTakashi Iwai1-9/+5
2018-07-30ALSA: seq: virmidi: Offload the output event processingTakashi Iwai1-54/+46
2018-07-27ALSA: virmidi: Fix too long output trigger loopTakashi Iwai1-0/+10
2018-04-27ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai1-2/+2
2017-10-09ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai1-8/+19
2017-06-16ALSA: seq: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai1-2/+1
2017-01-12ALSA: seq: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2016-02-03ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai1-5/+12
2016-02-01ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai1-1/+5
2015-11-22ALSA: midi: constify snd_rawmidi_global_ops structuresJulia Lawall1-1/+1
2014-02-14ALSA: seq: Use standard printk helpersTakashi Iwai1-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-09[ALSA] alsa core: convert to list_for_each_entry*Johannes Berg1-3/+1
2006-06-22[ALSA] add more sequencer port type information bitsClemens Ladisch1-1/+3
2006-03-22[ALSA] Fix sleep in atomic in virmidi driverTakashi Iwai1-2/+2
2006-01-03[ALSA] seq: set client name in snd_seq_create_kernel_client()Clemens Ladisch1-12/+5
2006-01-03[ALSA] seq: remove struct snd_seq_client_callbackClemens Ladisch1-6/+1
2006-01-03[ALSA] Remove xxx_t typedefs: SequencerTakashi Iwai1-50/+56
2005-09-12[ALSA] Replace with kzalloc() - seq stuffTakashi Iwai1-3/+3
2005-05-29[ALSA] sound/core/: possible cleanupsAdrian Bunk1-2/+2
2005-05-29[ALSA] virmidi - fix ioctl parameter passing when setting client nameClemens Ladisch1-1/+1
2005-05-29[ALSA] virmidi - fix ioctl parameter passing when creating seq portClemens Ladisch1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+551