summaryrefslogtreecommitdiffstats
path: root/sound/core/seq
AgeCommit message (Expand)AuthorLines
2024-08-17ALSA: seq: Remove unused declarationsYue Haibing-7/+0
2024-08-09Merge branch 'topic/control-lookup-rwlock' into for-nextTakashi Iwai-47/+62
2024-08-07ALSA: seq: Fix missing seq port info bit return for MIDI 1.0 blockTakashi Iwai-0/+3
2024-08-07ALSA: seq: Print MIDI 1.0 specific port in proc outputTakashi Iwai-1/+6
2024-08-06ALSA: ump: Handle MIDI 1.0 Function Block in MIDI 2.0 protocolTakashi Iwai-6/+13
2024-07-31ALSA: seq: ump: Explicitly reset RPN with Null RPNTakashi Iwai-5/+16
2024-07-31ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data receptionTakashi Iwai-30/+44
2024-07-31ALSA: seq: ump: Use the common RPN/bank conversion contextTakashi Iwai-17/+7
2024-07-30ALSA: ump: Update substream name from assigned FB namesTakashi Iwai-69/+6
2024-07-26ALSA: seq: ump: Optimize conversions from SysEx to UMPTakashi Iwai-14/+23
2024-07-17ALSA: seq: ump: Skip useless ports for static blocksTakashi Iwai-0/+16
2024-07-06ALSA: seq: Add tempo base unit for MIDI2 Set Tempo messagesTakashi Iwai-9/+26
2024-06-26ALSA: seq: Fix missing MSB in MIDI2 SPP conversionTakashi Iwai-1/+1
2024-06-25ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messagesTakashi Iwai-3/+5
2024-05-31ALSA: seq: ump: Fix missing System Reset message handlingTakashi Iwai-0/+2
2024-05-31ALSA: seq: ump: Fix swapped song position pointer dataTakashi Iwai-3/+3
2024-05-30ALSA: seq: Fix yet another spot for system message conversionTakashi Iwai-0/+1
2024-05-29ALSA: seq: Fix incorrect UMP type for system messagesTakashi Iwai-0/+2
2024-05-28ALSA: seq: Don't clear bank selection at event -> UMP MIDI2 conversionTakashi Iwai-1/+0
2024-05-28ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversionTakashi Iwai-0/+38
2024-05-08ALSA: core: Use *-y instead of *-objs in MakefileTakashi Iwai-8/+8
2024-04-28Merge branch 'topic/emu10k1-fix' into for-nextTakashi Iwai-1/+1
2024-04-19ALSA: seq: dummy: Allow UMP conversionTakashi Iwai-2/+22
2024-04-19ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messagesTakashi Iwai-1/+1
2024-02-28ALSA: seq: prioq: Use guard() for lockingTakashi Iwai-33/+26
2024-02-28ALSA: seq: virmidi: Use guard() for lockingTakashi Iwai-10/+8
2024-02-28ALSA: seq: ump: Use guard() for lockingTakashi Iwai-8/+5
2024-02-28ALSA: seq: midi: Use guard() for lockingTakashi Iwai-23/+7
2024-02-28ALSA: seq: timer: Use guard() for lockingTakashi Iwai-101/+54
2024-02-28ALSA: seq: queue: Use guard() for lockingTakashi Iwai-50/+28
2024-02-28ALSA: seq: ports: Use guard() for lockingTakashi Iwai-65/+49
2024-02-28ALSA: seq: memory: Use guard() for lockingTakashi Iwai-18/+10
2024-02-28ALSA: seq: fifo: Use guard() for lockingTakashi Iwai-31/+24
2024-02-23ALSA: seq: core: Use automatic cleanup of kfree()Takashi Iwai-18/+8
2024-02-23ALSA: seq: ump: Use automatic cleanup of kfree()Takashi Iwai-21/+12
2024-02-23ALSA: seq: virmidi: Use automatic cleanup of kfree()Takashi Iwai-15/+7
2024-02-23ALSA: seq: oss: Use automatic cleanup of kfree()Takashi Iwai-18/+8
2024-02-22ALSA: seq: prioq: Unify cell removal functionsTakashi Iwai-113/+84
2024-02-16ALSA: avoid 'bool' as variable nameArnd Bergmann-3/+3
2024-02-15ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENTMasahiro Yamada-1/+0
2024-02-13ALSA: seq: fix function cast warningsTakashi Iwai-2/+15
2023-12-29ALSA: seq: fix kvmalloc_array() arguments orderDmitry Antipov-1/+2
2023-09-15ALSA: seq: midi: Fix -Wformat-truncation warningTakashi Iwai-2/+2
2023-09-15ALSA: seq: ump: Fix -Wformat-truncation warningTakashi Iwai-1/+1
2023-09-12ALSA: seq: Avoid delivery of events for disabled UMP groupsTakashi Iwai-0/+24
2023-09-05ALSA: seq: Fix snd_seq_expand_var_event() call to user-spaceTakashi Iwai-2/+7
2023-08-24Merge branch 'for-linus' into for-nextTakashi Iwai-2/+1
2023-08-17ALSA: seq: Create device with snd_device_alloc()Takashi Iwai-7/+9
2023-07-21ALSA: seq: remove redundant unsigned comparison to zeroWang Weiyang-2/+1
2023-07-17ALSA: seq: Fix memory leak at error path in snd_seq_create_port()Takashi Iwai-0/+1