summaryrefslogtreecommitdiffstats
path: root/sound/core/seq
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: remove redundant unsigned comparison to zeroWang Weiyang2023-07-211-2/+1
* 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
| * ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctlTakashi Iwai2023-05-233-0/+10
| * ALSA: seq: Prohibit creating ports with special numbersTakashi Iwai2023-05-231-0/+2
| * ALSA: seq: Check validity before creating a port objectTakashi Iwai2023-05-231-6/+2
| * ALSA: seq: Check the conflicting port at port creationTakashi Iwai2023-05-233-15/+27
| * ALSA: seq: Drop dead code for the old broadcast supportTakashi Iwai2023-05-231-104/+1
| * ALSA: seq: Treat snd_seq_client object directly in client driversTakashi Iwai2023-05-232-0/+19
| * ALSA: seq: Add snd_seq_expand_var_event_at() helperTakashi Iwai2023-05-231-19/+67
| * ALSA: seq: Clear padded bytes at expanding eventsTakashi Iwai2023-05-231-5/+9
| * ALSA: rawmidi: Pass rawmidi directly to snd_rawmidi_kernel_open()Takashi Iwai2023-05-231-4/+4
* | ALSA: seq: oss: Fix racy open/close of MIDI devicesTakashi Iwai2023-06-161-13/+22
|/
* ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_eventKees Cook2022-11-191-4/+7
* ALSA: seq: Fix data-race at module auto-loadingTakashi Iwai2022-08-241-7/+5
* ALSA: seq: oss: Fix data-race for max_midi_devs accessTakashi Iwai2022-08-231-0/+2
* ALSA: seq: replace ternary operator with max()Guo Zhengkui2022-05-171-1/+1
* ALSA: seq: oss: fix typoJulia Lawall2022-03-141-1/+1
* ALSA: seq: oss: use kzallocJulia Lawall2022-03-131-2/+1
* ALSA: seq: virmidi: Add a drain operationStefan Sauer2022-01-061-0/+11
* ALSA: seq: Set upper limit of processed eventsTakashi Iwai2021-12-071-2/+12
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-08-091-12/+27
|\
| * ALSA: seq: Fix racy deletion of subscriberTakashi Iwai2021-08-031-12/+27
* | ALSA: seq: Fix comments of wrong client number for MIDI PassthroughTakashi Iwai2021-07-271-4/+4
|/
* Merge branch 'for-next' into for-linusTakashi Iwai2021-07-0113-73/+131
|\
| * ALSA: seq: oss: Fix error check at system port creationTakashi Iwai2021-06-171-3/+2
| * ALSA: seq: Fix assignment in if conditionTakashi Iwai2021-06-0913-72/+131
* | ALSA: seq: Fix race of snd_seq_timer_open()Takashi Iwai2021-06-101-1/+9
|/
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-01-181-1/+2
|\
| * ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai2021-01-151-1/+2
* | ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-084-9/+9