aboutsummaryrefslogtreecommitdiff
path: root/sound/core/seq (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Skip event type filtering for UMP eventsTakashi Iwai2024-08-191-0/+3
* ALSA: seq: ump: Explicitly reset RPN with Null RPNTakashi Iwai2024-07-311-5/+16
* ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data receptionTakashi Iwai2024-07-311-30/+44
* ALSA: seq: ump: Use the common RPN/bank conversion contextTakashi Iwai2024-07-312-17/+7
* ALSA: seq: ump: Optimize conversions from SysEx to UMPTakashi Iwai2024-07-261-14/+23
* ALSA: seq: ump: Skip useless ports for static blocksTakashi Iwai2024-07-171-0/+16
* ALSA: seq: Add tempo base unit for MIDI2 Set Tempo messagesTakashi Iwai2024-07-064-9/+26
* ALSA: seq: Fix missing MSB in MIDI2 SPP conversionTakashi Iwai2024-06-261-1/+1
* ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messagesTakashi Iwai2024-06-251-3/+5
* ALSA: seq: ump: Fix missing System Reset message handlingTakashi Iwai2024-05-311-0/+2
* ALSA: seq: ump: Fix swapped song position pointer dataTakashi Iwai2024-05-311-3/+3
* ALSA: seq: Fix yet another spot for system message conversionTakashi Iwai2024-05-301-0/+1
* ALSA: seq: Fix incorrect UMP type for system messagesTakashi Iwai2024-05-291-0/+2
* ALSA: seq: Don't clear bank selection at event -> UMP MIDI2 conversionTakashi Iwai2024-05-281-1/+0
* ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversionTakashi Iwai2024-05-281-0/+38
* ALSA: core: Use *-y instead of *-objs in MakefileTakashi Iwai2024-05-082-8/+8
* Merge branch 'topic/emu10k1-fix' into for-nextTakashi Iwai2024-04-281-1/+1
|\
| * ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messagesTakashi Iwai2024-04-191-1/+1
* | ALSA: seq: dummy: Allow UMP conversionTakashi Iwai2024-04-191-2/+22
|/
* ALSA: seq: prioq: Use guard() for lockingTakashi Iwai2024-02-281-33/+26
* ALSA: seq: virmidi: Use guard() for lockingTakashi Iwai2024-02-281-10/+8
* ALSA: seq: ump: Use guard() for lockingTakashi Iwai2024-02-281-8/+5
* ALSA: seq: midi: Use guard() for lockingTakashi Iwai2024-02-282-23/+7
* ALSA: seq: timer: Use guard() for lockingTakashi Iwai2024-02-281-101/+54
* ALSA: seq: queue: Use guard() for lockingTakashi Iwai2024-02-281-50/+28
* ALSA: seq: ports: Use guard() for lockingTakashi Iwai2024-02-281-65/+49
* ALSA: seq: memory: Use guard() for lockingTakashi Iwai2024-02-281-18/+10
* ALSA: seq: fifo: Use guard() for lockingTakashi Iwai2024-02-281-31/+24
* ALSA: seq: core: Use automatic cleanup of kfree()Takashi Iwai2024-02-232-18/+8
* ALSA: seq: ump: Use automatic cleanup of kfree()Takashi Iwai2024-02-231-21/+12
* ALSA: seq: virmidi: Use automatic cleanup of kfree()Takashi Iwai2024-02-231-15/+7
* ALSA: seq: oss: Use automatic cleanup of kfree()Takashi Iwai2024-02-232-18/+8
* ALSA: seq: prioq: Unify cell removal functionsTakashi Iwai2024-02-221-113/+84
* ALSA: avoid 'bool' as variable nameArnd Bergmann2024-02-162-3/+3
* ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENTMasahiro Yamada2024-02-151-1/+0
* ALSA: seq: fix function cast warningsTakashi Iwai2024-02-132-2/+15
* ALSA: seq: fix kvmalloc_array() arguments orderDmitry Antipov2023-12-291-1/+2
* ALSA: seq: midi: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-2/+2
* ALSA: seq: ump: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-1/+1
* ALSA: seq: Avoid delivery of events for disabled UMP groupsTakashi Iwai2023-09-122-0/+24
* ALSA: seq: Fix snd_seq_expand_var_event() call to user-spaceTakashi Iwai2023-09-051-2/+7
* Merge branch 'for-linus' into for-nextTakashi Iwai2023-08-241-2/+1
|\
| * ALSA: seq: remove redundant unsigned comparison to zeroWang Weiyang2023-07-211-2/+1
* | ALSA: seq: Create device with snd_device_alloc()Takashi Iwai2023-08-171-7/+9
|/
* ALSA: seq: Fix memory leak at error path in snd_seq_create_port()Takashi Iwai2023-07-171-0/+1
* Merge branch 'topic/midi20' into for-linusTakashi Iwai2023-07-051-1/+1
|\
| * ALSA: seq: ump: fix typo in system_2p_ev_to_ump_midi1()Minjie Du2023-07-051-1/+1
* | Merge branch 'for-next' into for-linusTakashi Iwai2023-06-2616-213/+2370
|\|
| * ALSA: seq: ump: Notify UMP protocol change to sequencerTakashi Iwai2023-06-121-0/+10
| * ALSA: seq: ump: Notify port changes to system portTakashi Iwai2023-06-122-0/+4