summaryrefslogtreecommitdiff
path: root/sound/core/seq
AgeCommit message (Expand)Author
2023-05-23ALSA: seq: Automatic conversion of UMP eventsTakashi Iwai
2023-05-23ALSA: seq: Add UMP group number to snd_seq_port_infoTakashi Iwai
2023-05-23ALSA: seq: Add port direction to snd_seq_port_infoTakashi Iwai
2023-05-23ALSA: seq: Support MIDI 2.0 UMP Endpoint portTakashi Iwai
2023-05-23ALSA: seq: Add port inactive flagTakashi Iwai
2023-05-23ALSA: seq: Add UMP supportTakashi Iwai
2023-05-23ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctlTakashi Iwai
2023-05-23ALSA: seq: Prohibit creating ports with special numbersTakashi Iwai
2023-05-23ALSA: seq: Check validity before creating a port objectTakashi Iwai
2023-05-23ALSA: seq: Check the conflicting port at port creationTakashi Iwai
2023-05-23ALSA: seq: Drop dead code for the old broadcast supportTakashi Iwai
2023-05-23ALSA: seq: Treat snd_seq_client object directly in client driversTakashi Iwai
2023-05-23ALSA: seq: Add snd_seq_expand_var_event_at() helperTakashi Iwai
2023-05-23ALSA: seq: Clear padded bytes at expanding eventsTakashi Iwai
2023-05-23ALSA: rawmidi: Pass rawmidi directly to snd_rawmidi_kernel_open()Takashi Iwai
2022-11-19ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_eventKees Cook
2022-08-24ALSA: seq: Fix data-race at module auto-loadingTakashi Iwai
2022-08-23ALSA: seq: oss: Fix data-race for max_midi_devs accessTakashi Iwai
2022-05-17ALSA: seq: replace ternary operator with max()Guo Zhengkui
2022-03-14ALSA: seq: oss: fix typoJulia Lawall
2022-03-13ALSA: seq: oss: use kzallocJulia Lawall
2022-01-06ALSA: seq: virmidi: Add a drain operationStefan Sauer
2021-12-07ALSA: seq: Set upper limit of processed eventsTakashi Iwai
2021-08-09Merge branch 'for-linus' into for-nextTakashi Iwai
2021-08-03ALSA: seq: Fix racy deletion of subscriberTakashi Iwai
2021-07-27ALSA: seq: Fix comments of wrong client number for MIDI PassthroughTakashi Iwai
2021-07-01Merge branch 'for-next' into for-linusTakashi Iwai
2021-06-17ALSA: seq: oss: Fix error check at system port creationTakashi Iwai
2021-06-10ALSA: seq: Fix race of snd_seq_timer_open()Takashi Iwai
2021-06-09ALSA: seq: Fix assignment in if conditionTakashi Iwai
2021-01-18Merge branch 'for-linus' into for-nextTakashi Iwai
2021-01-15ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches
2020-12-25ALSA: core: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen
2020-12-06ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai
2020-11-04ALSA: seq: remove useless functionYu Hao
2020-09-23ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai
2020-08-05ALSA: seq: oss: Serialize ioctlsTakashi Iwai
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-29ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtimeYueHaibing
2020-03-16ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai
2020-03-16ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai
2020-02-14ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai
2020-02-14ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai
2020-01-20Merge branch 'for-linus' into for-nextTakashi Iwai
2020-01-15ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai
2020-01-05ALSA: seq: More constificationsTakashi Iwai
2020-01-03ALSA: seq: Constify struct snd_midi_opTakashi Iwai
2019-11-08ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai
2019-08-25ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai