summaryrefslogtreecommitdiffstats
path: root/sound/core/seq
Commit message (Expand)AuthorAgeFilesLines
* ALSA: core: Use *-y instead of *-objs in MakefileTakashi Iwai11 days2-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
| * ALSA: seq: ump: Handle FB info updateTakashi Iwai2023-06-121-0/+61
| * ALSA: seq: ump: Handle groupless messagesTakashi Iwai2023-06-122-1/+7
| * ALSA: seq: Avoid confusion of aligned read sizeTakashi Iwai2023-06-051-1/+1
| * ALSA: seq: Add UMP group filterTakashi Iwai2023-05-233-0/+16
| * ALSA: seq: Print UMP Endpoint and Block information in proc outputsTakashi Iwai2023-05-231-0/+30
| * ALSA: seq: Add ioctls for client UMP info query and setupTakashi Iwai2023-05-234-2/+139
| * ALSA: seq: ump: Create UMP Endpoint port for broadcastTakashi Iwai2023-05-231-0/+60
| * ALSA: seq: Bind UMP deviceTakashi Iwai2023-05-233-0/+396
| * ALSA: seq: Allow suppressing UMP conversionsTakashi Iwai2023-05-232-8/+18
| * ALSA: seq: Automatic conversion of UMP eventsTakashi Iwai2023-05-237-14/+1279
| * ALSA: seq: Add UMP group number to snd_seq_port_infoTakashi Iwai2023-05-232-3/+9
| * ALSA: seq: Add port direction to snd_seq_port_infoTakashi Iwai2023-05-236-2/+35
| * ALSA: seq: Support MIDI 2.0 UMP Endpoint portTakashi Iwai2023-05-232-8/+40
| * ALSA: seq: Add port inactive flagTakashi Iwai2023-05-232-0/+6
| * ALSA: seq: Add UMP supportTakashi Iwai2023-05-235-47/+144