summaryrefslogtreecommitdiff
path: root/sound/core/seq
AgeCommit message (Expand)AuthorFilesLines
2025-06-04ALSA: seq: Improve data consistency at pollingTakashi Iwai2-4/+2
2025-05-22ALSA: seq: Fix delivery of UMP events to group portsTakashi Iwai3-19/+52
2025-03-13ALSA: seq: Avoid module auto-load handling at event deliveryTakashi Iwai1-16/+30
2025-02-27ALSA: seq: Drop UMP events when no UMP-conversion is setTakashi Iwai1-3/+9
2025-02-08ALSA: seq: Make dependency on UMP clearerTakashi Iwai1-2/+2
2025-02-08ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENTMasahiro Yamada1-1/+0
2025-01-09ALSA: seq: oss: Fix races at processing SysEx messagesTakashi Iwai1-0/+2
2025-01-09ALSA: seq: Check UMP support for midi_version changeTakashi Iwai1-4/+10
2024-12-14ALSA: seq: ump: Fix seq port updates per FB info notifyTakashi Iwai1-3/+3
2024-12-14ALSA: ump: Update substream name from assigned FB namesTakashi Iwai1-69/+6
2024-12-14ALSA: seq: ump: Use automatic cleanup of kfree()Takashi Iwai1-21/+12
2024-09-08ALSA: seq: ump: Explicitly reset RPN with Null RPNTakashi Iwai1-5/+16
2024-09-08ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data receptionTakashi Iwai1-30/+44
2024-09-08ALSA: seq: ump: Use the common RPN/bank conversion contextTakashi Iwai2-17/+7
2024-09-04ALSA: seq: Skip event type filtering for UMP eventsTakashi Iwai1-0/+3
2024-08-11ALSA: seq: ump: Optimize conversions from SysEx to UMPTakashi Iwai1-14/+23
2024-07-27ALSA: seq: ump: Skip useless ports for static blocksTakashi Iwai1-0/+16
2024-07-05ALSA: seq: Fix missing MSB in MIDI2 SPP conversionTakashi Iwai1-1/+1
2024-07-05ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messagesTakashi Iwai1-3/+5
2024-06-27ALSA: seq: ump: Fix missing System Reset message handlingTakashi Iwai1-0/+2
2024-06-16ALSA: seq: Fix incorrect UMP type for system messagesTakashi Iwai1-0/+2
2024-06-12ALSA: seq: ump: Fix swapped song position pointer dataTakashi Iwai1-3/+3
2024-06-12ALSA: seq: Fix yet another spot for system message conversionTakashi Iwai1-0/+1
2024-06-12ALSA: seq: Don't clear bank selection at event -> UMP MIDI2 conversionTakashi Iwai1-1/+0
2024-06-12ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversionTakashi Iwai1-0/+38
2024-04-27ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messagesTakashi Iwai1-1/+1
2024-03-27ALSA: seq: fix function cast warningsTakashi Iwai2-2/+15
2023-09-15ALSA: seq: midi: Fix -Wformat-truncation warningTakashi Iwai1-2/+2
2023-09-15ALSA: seq: ump: Fix -Wformat-truncation warningTakashi Iwai1-1/+1
2023-09-12ALSA: seq: Avoid delivery of events for disabled UMP groupsTakashi Iwai2-0/+24
2023-09-05ALSA: seq: Fix snd_seq_expand_var_event() call to user-spaceTakashi Iwai1-2/+7
2023-08-24Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+1
2023-08-17ALSA: seq: Create device with snd_device_alloc()Takashi Iwai1-7/+9
2023-07-21ALSA: seq: remove redundant unsigned comparison to zeroWang Weiyang1-2/+1
2023-07-17ALSA: seq: Fix memory leak at error path in snd_seq_create_port()Takashi Iwai1-0/+1
2023-07-05Merge branch 'topic/midi20' into for-linusTakashi Iwai1-1/+1
2023-07-05ALSA: seq: ump: fix typo in system_2p_ev_to_ump_midi1()Minjie Du1-1/+1
2023-06-26Merge branch 'for-next' into for-linusTakashi Iwai16-213/+2370
2023-06-16ALSA: seq: oss: Fix racy open/close of MIDI devicesTakashi Iwai1-13/+22
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 Iwai2-0/+4
2023-06-12ALSA: seq: ump: Handle FB info updateTakashi Iwai1-0/+61
2023-06-12ALSA: seq: ump: Handle groupless messagesTakashi Iwai2-1/+7
2023-06-05ALSA: seq: Avoid confusion of aligned read sizeTakashi Iwai1-1/+1
2023-05-23ALSA: seq: Add UMP group filterTakashi Iwai3-0/+16
2023-05-23ALSA: seq: Print UMP Endpoint and Block information in proc outputsTakashi Iwai1-0/+30
2023-05-23ALSA: seq: Add ioctls for client UMP info query and setupTakashi Iwai4-2/+139
2023-05-23ALSA: seq: ump: Create UMP Endpoint port for broadcastTakashi Iwai1-0/+60
2023-05-23ALSA: seq: Bind UMP deviceTakashi Iwai3-0/+396
2023-05-23ALSA: seq: Allow suppressing UMP conversionsTakashi Iwai2-8/+18