summaryrefslogtreecommitdiff
path: root/sound/core/seq
AgeCommit message (Expand)AuthorFilesLines
2025-09-17ALSA: seq: Fix KCSAN data-race warning at snd_seq_fifo_poll_wait()Takashi Iwai1-0/+1
2025-08-29ALSA: seq: oss/rw: Cleanup with guardTakashi Iwai2-12/+3
2025-08-29ALSA: seq: oss/synth: Clean up with guard and auto cleanupTakashi Iwai1-73/+52
2025-08-29ALSA: seq: oss/midi: Cleanup with guard and auto-cleanupTakashi Iwai1-80/+36
2025-08-29ALSA: seq: oss: Clean up core code with guard()Takashi Iwai1-17/+7
2025-08-29ALSA: seq: Clean up fifo locking with guardTakashi Iwai3-13/+6
2025-08-29ALSA: seq: Clean up queue locking with auto cleanupTakashi Iwai4-81/+39
2025-08-29ALSA: seq: Clean up port locking with auto cleanupTakashi Iwai3-93/+53
2025-08-29ALSA: seq: Use auto-cleanup for client refcountingTakashi Iwai3-146/+86
2025-08-29ALSA: seq: Use guard() for mutex and rwsem locksTakashi Iwai1-120/+110
2025-08-29ALSA: seq: Clean up spin lock with guard()Takashi Iwai2-44/+47
2025-08-29ALSA: seq: Simplify internal command operation from OSS layerTakashi Iwai3-52/+35
2025-07-11ALSA: seq: Use safer strscpy() instead of strcpy()Takashi Iwai6-8/+8
2025-05-16Merge branch 'for-linus' into for-nextTakashi Iwai3-19/+52
2025-05-11ALSA: seq: Fix delivery of UMP events to group portsTakashi Iwai3-19/+52
2025-05-05ALSA: seq: Remove unused snd_seq_queue_client_leave_cellsDr. David Alan Gilbert2-17/+0
2025-03-19Merge branch 'for-linus' into for-nextTakashi Iwai1-19/+39
2025-03-07ALSA: seq: Avoid client data changes during proc readsTakashi Iwai1-0/+2
2025-03-07ALSA: seq: Improve data consistency at pollingTakashi Iwai2-4/+2
2025-03-02ALSA: seq: Avoid module auto-load handling at event deliveryTakashi Iwai1-16/+30
2025-02-28ALSA: seq: seq_oss_event: fix inconsistent indenting warning in note_on_event()Charles Han1-5/+3
2025-02-17ALSA: seq: Drop UMP events when no UMP-conversion is setTakashi Iwai1-3/+9
2025-01-20Merge branch 'for-linus' into for-nextTakashi Iwai1-4/+10
2025-01-12ALSA: seq: Notify UMP EP and FB changesTakashi Iwai3-2/+58
2025-01-12ALSA: seq: Allow system notification in atomicTakashi Iwai3-13/+19
2025-01-07ALSA: seq: oss: Simplify with str_enabled_disabled()Takashi Iwai3-12/+2
2025-01-01ALSA: seq: Make dependency on UMP clearerTakashi Iwai1-2/+2
2024-12-31ALSA: seq: Check UMP support for midi_version changeTakashi Iwai1-4/+10
2024-12-31ALSA: seq: oss: Send fragmented SysEx messages immediatelyTakashi Iwai2-67/+14
2024-12-31Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+2
2024-12-30ALSA: seq: oss: Fix races at processing SysEx messagesTakashi Iwai1-0/+2
2024-12-06ALSA: seq: oss: fix typo in seq_oss_init.cZhu Jun1-1/+1
2024-12-02ALSA: seq: Skip notifications unless subscribed to announce portTakashi Iwai1-2/+23
2024-12-02ALSA: seq: Notify client and port info changesTakashi Iwai2-2/+7
2024-11-29ALSA: seq: ump: Fix seq port updates per FB info notifyTakashi Iwai1-3/+3
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-08-19Merge branch 'topic/seq-filter-cleanup' into for-nextTakashi Iwai1-12/+10
2024-08-19ALSA: seq: Drop superfluous filter argument of get_event_dest_client()Takashi Iwai1-12/+7
2024-08-19ALSA: seq: Skip event type filtering for UMP eventsTakashi Iwai1-0/+3
2024-08-17ALSA: seq: Remove unused declarationsYue Haibing3-7/+0
2024-08-09Merge branch 'topic/control-lookup-rwlock' into for-nextTakashi Iwai2-47/+62
2024-08-07ALSA: seq: Fix missing seq port info bit return for MIDI 1.0 blockTakashi Iwai1-0/+3
2024-08-07ALSA: seq: Print MIDI 1.0 specific port in proc outputTakashi Iwai1-1/+6
2024-08-06ALSA: ump: Handle MIDI 1.0 Function Block in MIDI 2.0 protocolTakashi Iwai4-6/+13
2024-07-31ALSA: seq: ump: Explicitly reset RPN with Null RPNTakashi Iwai1-5/+16
2024-07-31ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data receptionTakashi Iwai1-30/+44
2024-07-31ALSA: seq: ump: Use the common RPN/bank conversion contextTakashi Iwai2-17/+7
2024-07-30ALSA: ump: Update substream name from assigned FB namesTakashi Iwai1-69/+6
2024-07-26ALSA: seq: ump: Optimize conversions from SysEx to UMPTakashi Iwai1-14/+23
2024-07-17ALSA: seq: ump: Skip useless ports for static blocksTakashi Iwai1-0/+16