summaryrefslogtreecommitdiffstats
path: root/sound/core/seq
Commit message (Expand)AuthorAgeFilesLines
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* Merge branch 'topic/seq-filter-cleanup' into for-nextTakashi Iwai2024-08-191-12/+10
|\
| * ALSA: seq: Drop superfluous filter argument of get_event_dest_client()Takashi Iwai2024-08-191-12/+7
| * ALSA: seq: Skip event type filtering for UMP eventsTakashi Iwai2024-08-191-0/+3
* | ALSA: seq: Remove unused declarationsYue Haibing2024-08-173-7/+0
* | Merge branch 'topic/control-lookup-rwlock' into for-nextTakashi Iwai2024-08-092-47/+62
|\|
| * 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: Fix missing seq port info bit return for MIDI 1.0 blockTakashi Iwai2024-08-071-0/+3
* | ALSA: seq: Print MIDI 1.0 specific port in proc outputTakashi Iwai2024-08-071-1/+6
* | ALSA: ump: Handle MIDI 1.0 Function Block in MIDI 2.0 protocolTakashi Iwai2024-08-064-6/+13
* | ALSA: ump: Update substream name from assigned FB namesTakashi Iwai2024-07-301-69/+6
|/
* 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