summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2026-08-09ALSA: ump: fix double free of out_cvts on rawmidi errorBaul Lee1-0/+1
2026-08-09ALSA: pcm: wake linked drain waiters on unlinkNorbert Szetei1-0/+7
2026-08-03ALSA: seq: close a re-opened queue timer in the destructorNorbert Szetei1-1/+12
2026-07-24ALSA: core: Fix unintuitive behavior of snd_power_ref_and_wait()Takashi Iwai1-3/+8
2026-07-24ALSA: seq: Clear variable event pointer on readKyle Zeng1-0/+1
2026-07-24ALSA: seq: Fix partial userptr event expansionHyeongJun An1-1/+1
2026-07-24ALSA: seq: midi: Serialize output teardown with event_inputZhang Cen1-14/+41
2026-07-24ALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()HyeongJun An1-1/+1
2026-06-19ALSA: timer: Fix UAF at snd_timer_user_params()Takashi Iwai1-0/+1
2026-06-19ALSA: PCM: Fix wait queue list corruption in snd_pcm_drain() on linked streamsJi'an Zhou1-4/+3
2026-06-01ALSA: seq: Serialize UMP output teardown with event_inputZhang Cen1-4/+18
2026-06-01ALSA: seq: ump: Use guard() for lockingTakashi Iwai1-8/+5
2026-06-01ALSA: pcm: Don't setup bogus iov_iter for silencingTakashi Iwai1-0/+3
2026-05-23ALSA: core: Validate compress device numbers without dynamic minorsCássio Gabriel2-7/+7
2026-05-17ALSA: seq: Fix UMP group 16 filteringCássio Gabriel3-3/+6
2026-05-17ALSA: seq: Notify client and port info changesTakashi Iwai2-2/+7
2026-05-17ALSA: core: Serialize deferred fasync state checksCássio Gabriel1-2/+6
2026-05-17ALSA: misc: Use guard() for spin locksTakashi Iwai1-15/+10
2026-05-17ALSA: core: Fix potential data race at fasync handlingTakashi Iwai1-3/+10
2026-05-17ALSA: seq_oss: return full count for successful SEQ_FULLSIZE writesCássio Gabriel1-3/+3
2026-05-17ALSA: control: Validate buf_len before strnlen() in snd_ctl_elem_init_enum_na...Ziqing Chen1-0/+4
2026-03-25ALSA: pcm: fix use-after-free on linked stream runtime in snd_pcm_drain()Mehul Rao1-3/+16
2026-01-30ALSA: pcm: Improve the fix for race of buffer access at PCM OSS layerJaroslav Kysela2-3/+10
2025-08-28ALSA: pcm: Rewrite recalculate_boundary() to avoid costly loopChristophe Leroy1-4/+15
2025-06-04ALSA: pcm: Fix race of buffer access at PCM OSS layerTakashi Iwai2-2/+12
2025-06-04ALSA: seq: Improve data consistency at pollingTakashi Iwai2-4/+2
2025-05-22ALSA: seq: Fix delivery of UMP events to group portsTakashi Iwai3-19/+52
2025-03-13ALSA: seq: Avoid module auto-load handling at event deliveryTakashi Iwai1-16/+30
2025-02-27ALSA: seq: Drop UMP events when no UMP-conversion is setTakashi Iwai1-3/+9
2025-02-08ALSA: seq: Make dependency on UMP clearerTakashi Iwai1-2/+2
2025-02-08ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENTMasahiro Yamada1-1/+0
2025-01-09ALSA: seq: oss: Fix races at processing SysEx messagesTakashi Iwai1-0/+2
2025-01-09ALSA: seq: Check UMP support for midi_version changeTakashi Iwai1-4/+10
2025-01-09ALSA: ump: Shut up truncated string warningTakashi Iwai1-3/+3
2025-01-09ALSA: ump: Update legacy substream names upon FB info updateTakashi Iwai1-4/+15
2025-01-09ALSA: ump: Indicate the inactive group in legacy substream namesTakashi Iwai1-2/+3
2025-01-09ALSA: ump: Don't open legacy substream for an inactive groupTakashi Iwai1-0/+2
2025-01-09ALSA: ump: Use guard() for lockingTakashi Iwai1-23/+12
2024-12-19ALSA: control: Avoid WARN() for symlink errorsTakashi Iwai1-4/+10
2024-12-14ALSA: usb-audio: Update UMP group attributes for GTB blocks, tooTakashi Iwai1-4/+5
2024-12-14ALSA: seq: ump: Fix seq port updates per FB info notifyTakashi Iwai1-3/+3
2024-12-14ALSA: ump: Update substream name from assigned FB namesTakashi Iwai2-74/+77
2024-12-14ALSA: seq: ump: Use automatic cleanup of kfree()Takashi Iwai1-21/+12
2024-12-09ALSA: pcm: Add sanity NULL check for the default mmap fault handlerTakashi Iwai1-2/+4
2024-12-09ALSA: ump: Fix evaluation of MIDI 1.0 FB infoTakashi Iwai1-1/+4
2024-10-10ALSA: core: add isascii() check to card ID generatorJaroslav Kysela1-4/+10
2024-10-10ALSA: mixer_oss: Remove some incorrect kfree_const() usagesChristophe JAILLET1-2/+2
2024-09-12ALSA: control: Apply sanity check of input values for user elementsTakashi Iwai1-1/+5
2024-09-08ALSA: seq: ump: Explicitly reset RPN with Null RPNTakashi Iwai1-5/+16
2024-09-08ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data receptionTakashi Iwai1-30/+44