aboutsummaryrefslogtreecommitdiff
path: root/sound/core/seq/seq_ump_convert.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-09Merge branch 'topic/control-lookup-rwlock' into for-nextTakashi Iwai1-35/+60
2024-08-06ALSA: ump: Handle MIDI 1.0 Function Block in MIDI 2.0 protocolTakashi Iwai1-5/+6
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 Iwai1-5/+5
2024-07-26ALSA: seq: ump: Optimize conversions from SysEx to UMPTakashi Iwai1-14/+23
2024-06-26ALSA: seq: Fix missing MSB in MIDI2 SPP conversionTakashi Iwai1-1/+1
2024-06-25ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messagesTakashi Iwai1-3/+5
2024-05-31ALSA: seq: ump: Fix missing System Reset message handlingTakashi Iwai1-0/+2
2024-05-31ALSA: seq: ump: Fix swapped song position pointer dataTakashi Iwai1-3/+3
2024-05-30ALSA: seq: Fix yet another spot for system message conversionTakashi Iwai1-0/+1
2024-05-29ALSA: seq: Fix incorrect UMP type for system messagesTakashi Iwai1-0/+2
2024-05-28ALSA: seq: Don't clear bank selection at event -> UMP MIDI2 conversionTakashi Iwai1-1/+0
2024-05-28ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversionTakashi Iwai1-0/+38
2024-04-19ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messagesTakashi Iwai1-1/+1
2023-09-12ALSA: seq: Avoid delivery of events for disabled UMP groupsTakashi Iwai1-0/+2
2023-07-05ALSA: seq: ump: fix typo in system_2p_ev_to_ump_midi1()Minjie Du1-1/+1
2023-06-12ALSA: seq: ump: Handle groupless messagesTakashi Iwai1-0/+3
2023-05-23ALSA: seq: Add UMP group filterTakashi Iwai1-0/+13
2023-05-23ALSA: seq: Automatic conversion of UMP eventsTakashi Iwai1-0/+1190