aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)Author
2024-03-26ALSA: seq: fix function cast warningsTakashi Iwai
2024-03-06ALSA: Drop leftover snd-rtctimer stuff from MakefileTakashi Iwai
2023-12-13ALSA: pcm: fix out-of-bounds in snd_pcm_state_namesJason Zhang
2023-11-28ALSA: info: Fix potential deadlock at disconnectionTakashi Iwai
2023-09-19ALSA: pcm: Fix missing fixup call in compat hw_refine ioctlTakashi Iwai
2023-09-19ALSA: seq: oss: Fix racy open/close of MIDI devicesTakashi Iwai
2023-08-30ALSA: pcm: Fix potential data race at PCM memory allocation helpersTakashi Iwai
2023-07-23ALSA: jack: Fix mutex call in snd_jack_report()Takashi Iwai
2023-06-09ALSA: oss: avoid missing-prototype warningsArnd Bergmann
2023-05-17ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locksTakashi Iwai
2023-04-05ALSA: usb-audio: Fix recursive locking at XRUN during syncingTakashi Iwai
2023-01-18ALSA: control-led: use strscpy in set_led_id()Jaroslav Kysela
2023-01-14ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAFClement Lecigne
2022-12-31ALSA: pcm: Set missing stop_operating flag at undoing trigger startTakashi Iwai
2022-12-14ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_eventKees Cook
2022-10-26ALSA: dmaengine: increment buffer pointer atomicallyAndreas Pape
2022-10-26ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()Takashi Iwai
2022-10-26ALSA: oss: Fix potential deadlock at unregistrationTakashi Iwai
2022-09-28ALSA: core: Fix double-free at snd_card_new()Takashi Iwai
2022-09-15ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNCTakashi Iwai
2022-09-08ALSA: seq: Fix data-race at module auto-loadingTakashi Iwai
2022-09-08ALSA: seq: oss: Fix data-race for max_midi_devs accessTakashi Iwai
2022-08-25ALSA: control: Use deferred fasync helperTakashi Iwai
2022-08-25ALSA: timer: Use deferred fasync helperTakashi Iwai
2022-08-25ALSA: core: Add async signal helpersTakashi Iwai
2022-08-25ALSA: info: Fix llseek return value when using callbackAmadeusz Sławiński
2022-06-09ALSA: pcm: Check for null pointer of pointer substream before dereferencing itColin Ian King
2022-06-09ALSA: jack: Access input_dev under mutexAmadeusz Sławiński
2022-04-20ALSA: pcm: Test for "silence" field in struct "pcm_format_data"Fabio M. De Francesco
2022-04-20ALSA: core: Add snd_card_free_on_error() helperTakashi Iwai
2022-04-08ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai
2022-03-28ALSA: pcm: Add stream lock during PCM reset ioctl operationsTakashi Iwai
2022-03-28ALSA: pcm: Fix races among concurrent prealloc proc writesTakashi Iwai
2022-03-28ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free callsTakashi Iwai
2022-03-28ALSA: pcm: Fix races among concurrent read/write and buffer changesTakashi Iwai
2022-03-28ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai
2022-03-28ALSA: oss: Fix PCM OSS buffer allocation overflowTakashi Iwai
2022-01-27ALSA: seq: Set upper limit of processed eventsTakashi Iwai
2022-01-27ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui
2022-01-27ALSA: PCM: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai
2022-01-27ALSA: jack: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai
2022-01-27ALSA: core: Fix SSID quirk lookup for subvendor=0Takashi Iwai
2021-12-29ALSA: rawmidi - fix the uninitalized user_pversionJaroslav Kysela
2021-12-29ALSA: jack: Check the return value of kstrdup()Xiaoke Wang
2021-12-14ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai
2021-12-14ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai
2021-12-14ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai
2021-12-14ALSA: ctl: Fix copy of updated id with element read/writeAlan Young
2021-11-25ALSA: ISA: not for M68KRandy Dunlap
2021-11-18ALSA: memalloc: Catch call with NULL snd_dma_buffer pointerTakashi Iwai