summaryrefslogtreecommitdiff
path: root/sound/core/seq/seq_ump_client.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-14ALSA: seq: Fix UMP group 16 filteringCássio Gabriel1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+5
2025-12-17ALSA: seq: Relax __free() variable declarationsTakashi Iwai1-8/+8
2025-12-14ALSA: seq: ump: Convert to snd_seq bus probe mechanismUwe Kleine-König1-7/+4
2025-07-11ALSA: seq: Use safer strscpy() instead of strcpy()Takashi Iwai1-1/+1
2025-01-12ALSA: seq: Notify UMP EP and FB changesTakashi Iwai1-2/+38
2024-12-02ALSA: seq: Notify client and port info changesTakashi Iwai1-2/+0
2024-11-29ALSA: seq: ump: Fix seq port updates per FB info notifyTakashi Iwai1-3/+3
2024-08-06ALSA: ump: Handle MIDI 1.0 Function Block in MIDI 2.0 protocolTakashi Iwai1-1/+3
2024-07-30ALSA: ump: Update substream name from assigned FB namesTakashi Iwai1-69/+6
2024-07-17ALSA: seq: ump: Skip useless ports for static blocksTakashi Iwai1-0/+16
2024-02-28ALSA: seq: ump: Use guard() for lockingTakashi Iwai1-8/+5
2024-02-23ALSA: seq: ump: Use automatic cleanup of kfree()Takashi Iwai1-21/+12
2023-09-15ALSA: seq: ump: Fix -Wformat-truncation warningTakashi Iwai1-1/+1
2023-09-12ALSA: seq: Avoid delivery of events for disabled UMP groupsTakashi Iwai1-0/+22
2023-07-21ALSA: seq: remove redundant unsigned comparison to zeroWang Weiyang1-2/+1
2023-06-12ALSA: seq: ump: Notify UMP protocol change to sequencerTakashi Iwai1-0/+10
2023-06-12ALSA: seq: ump: Notify port changes to system portTakashi Iwai1-0/+3
2023-06-12ALSA: seq: ump: Handle FB info updateTakashi Iwai1-0/+61
2023-06-12ALSA: seq: ump: Handle groupless messagesTakashi Iwai1-1/+4
2023-05-23ALSA: seq: Add ioctls for client UMP info query and setupTakashi Iwai1-0/+15
2023-05-23ALSA: seq: ump: Create UMP Endpoint port for broadcastTakashi Iwai1-0/+60
2023-05-23ALSA: seq: Bind UMP deviceTakashi Iwai1-0/+389