summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2025-06-04ALSA: pcm: Fix race of buffer access at PCM OSS layerTakashi Iwai2-2/+12
2024-11-08ALSA: core: add isascii() check to card ID generatorJaroslav Kysela1-4/+10
2024-09-04ALSA: timer: Relax start tick time check for slave timer elementsTakashi Iwai1-1/+1
2024-07-27ALSA: dmaengine_pcm: terminate dmaengine before synchronizeShengjiu Wang1-0/+12
2024-06-16ALSA: timer: Set lower bound of start tick timeTakashi Iwai1-0/+10
2024-03-26ALSA: seq: fix function cast warningsTakashi Iwai2-2/+15
2024-03-06ALSA: Drop leftover snd-rtctimer stuff from MakefileTakashi Iwai1-1/+0
2023-12-13ALSA: pcm: fix out-of-bounds in snd_pcm_state_namesJason Zhang1-0/+1
2023-11-28ALSA: info: Fix potential deadlock at disconnectionTakashi Iwai1-8/+13
2023-09-23ALSA: pcm: Fix missing fixup call in compat hw_refine ioctlTakashi Iwai1-2/+6
2023-09-23ALSA: seq: oss: Fix racy open/close of MIDI devicesTakashi Iwai1-13/+22
2023-08-30ALSA: pcm: Check for null pointer of pointer substream before dereferencing itColin Ian King1-1/+2
2023-08-30Revert "ALSA: pcm: Use SG-buffer only when direct DMA is available"Takashi Iwai1-14/+0
2023-08-30ALSA: pcm: Fix build error on m68k and othersTakashi Iwai1-2/+4
2023-08-30ALSA: pcm: Fix potential data race at PCM memory allocation helpersTakashi Iwai1-8/+36
2023-08-30ALSA: pcm: Use SG-buffer only when direct DMA is availableTakashi Iwai1-0/+13
2023-08-30ALSA: pcm: Set per-card upper limit of PCM buffer allocationsTakashi Iwai2-18/+52
2023-07-27ALSA: jack: Fix mutex call in snd_jack_report()Takashi Iwai1-8/+7
2023-06-09treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2023-06-09ALSA: oss: avoid missing-prototype warningsArnd Bergmann1-8/+8
2023-01-18ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAFClement Lecigne1-0/+4
2022-12-14ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_eventKees Cook1-4/+7
2022-10-26ALSA: dmaengine: increment buffer pointer atomicallyAndreas Pape1-3/+5
2022-10-26ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()Takashi Iwai1-2/+0
2022-10-26ALSA: oss: Fix potential deadlock at unregistrationTakashi Iwai1-4/+9
2022-09-28ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNCSasha Levin1-2/+3
2022-09-15ALSA: seq: Fix data-race at module auto-loadingTakashi Iwai1-7/+5
2022-09-15ALSA: seq: oss: Fix data-race for max_midi_devs accessTakashi Iwai1-0/+2
2022-08-25ALSA: timer: Use deferred fasync helperTakashi Iwai1-5/+6
2022-08-25ALSA: core: Add async signal helpersTakashi Iwai1-0/+94
2022-08-25ALSA: info: Fix llseek return value when using callbackAmadeusz Sławiński1-3/+3
2022-07-29ALSA: memalloc: Align buffer allocations in page sizeTakashi Iwai1-0/+1
2022-06-14ALSA: jack: Access input_dev under mutexAmadeusz Sławiński1-7/+27
2022-05-12ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai3-11/+38
2022-05-12ALSA: pcm: Fix races among concurrent prealloc proc writesTakashi Iwai1-4/+7
2022-05-12ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free callsTakashi Iwai1-14/+18
2022-05-12ALSA: pcm: Fix races among concurrent read/write and buffer changesTakashi Iwai1-0/+4
2022-05-12ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai2-19/+38
2022-04-20ALSA: pcm: Test for "silence" field in struct "pcm_format_data"Fabio M. De Francesco1-1/+1
2022-03-28ALSA: oss: Fix PCM OSS buffer allocation overflowTakashi Iwai2-5/+12
2022-03-28ALSA: pcm: Add stream lock during PCM reset ioctl operationsTakashi Iwai1-0/+4
2022-01-27ALSA: seq: Set upper limit of processed eventsTakashi Iwai1-2/+12
2022-01-27ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui1-1/+1
2022-01-27ALSA: PCM: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai1-1/+5
2022-01-27ALSA: jack: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai1-0/+3
2021-12-29ALSA: jack: Check the return value of kstrdup()Xiaoke Wang1-0/+4
2021-12-14ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai1-2/+9
2021-12-14ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai1-1/+1
2021-12-14ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai1-9/+15
2021-12-14ALSA: ctl: Fix copy of updated id with element read/writeAlan Young1-0/+3