summaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_virmidi.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: virmidi: Use guard() for lockingTakashi Iwai2024-02-281-10/+8
* ALSA: seq: virmidi: Use automatic cleanup of kfree()Takashi Iwai2024-02-231-15/+7
* ALSA: seq: fix function cast warningsTakashi Iwai2024-02-131-1/+8
* ALSA: seq: Add port direction to snd_seq_port_infoTakashi Iwai2023-05-231-0/+1
* ALSA: seq: virmidi: Add a drain operationStefan Sauer2022-01-061-0/+11
* ALSA: seq: Fix assignment in if conditionTakashi Iwai2021-06-091-4/+5
* ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai2020-03-161-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* ALSA: rawmidi: A lightweight function to discard pending bytesTakashi Iwai2018-10-041-3/+1
* ALSA: seq: virmidi: Fix discarding the unsubscribed outputTakashi Iwai2018-08-141-2/+3
* ALSA: seq: Remove dead codesTakashi Iwai2018-08-011-33/+0
* ALSA: seq: Minor cleanup of MIDI event parser helpersTakashi Iwai2018-08-011-2/+2
* ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macrosTakashi Iwai2018-07-301-9/+5
* ALSA: seq: virmidi: Offload the output event processingTakashi Iwai2018-07-301-54/+46
* ALSA: virmidi: Fix too long output trigger loopTakashi Iwai2018-07-271-0/+10
* ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai2018-04-271-2/+2
* ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai2017-10-091-8/+19
* ALSA: seq: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-161-2/+1
* ALSA: seq: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
* ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai2016-02-031-5/+12
* ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai2016-02-011-1/+5
* ALSA: midi: constify snd_rawmidi_global_ops structuresJulia Lawall2015-11-221-1/+1
* ALSA: seq: Use standard printk helpersTakashi Iwai2014-02-141-1/+1
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-311-0/+1
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [ALSA] alsa core: convert to list_for_each_entry*Johannes Berg2007-02-091-3/+1
* [ALSA] add more sequencer port type information bitsClemens Ladisch2006-06-221-1/+3
* [ALSA] Fix sleep in atomic in virmidi driverTakashi Iwai2006-03-221-2/+2
* [ALSA] seq: set client name in snd_seq_create_kernel_client()Clemens Ladisch2006-01-031-12/+5
* [ALSA] seq: remove struct snd_seq_client_callbackClemens Ladisch2006-01-031-6/+1
* [ALSA] Remove xxx_t typedefs: SequencerTakashi Iwai2006-01-031-50/+56
* [ALSA] Replace with kzalloc() - seq stuffTakashi Iwai2005-09-121-3/+3
* [ALSA] sound/core/: possible cleanupsAdrian Bunk2005-05-291-2/+2
* [ALSA] virmidi - fix ioctl parameter passing when setting client nameClemens Ladisch2005-05-291-1/+1
* [ALSA] virmidi - fix ioctl parameter passing when creating seq portClemens Ladisch2005-05-291-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+551