summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2025-10-15ALSA: pcm: Disable bottom softirqs as part of spin_lock_irq() on PREEMPT_RTSebastian Andrzej Siewior
2025-08-28ALSA: timer: fix ida_free call while not allocatedDewei Meng
2025-08-20ALSA: pcm: Rewrite recalculate_boundary() to avoid costly loopChristophe Leroy
2025-06-19ALSA: core: fix up bus match const issues.Greg Kroah-Hartman
2025-05-29ALSA: pcm: Fix race of buffer access at PCM OSS layerTakashi Iwai
2025-05-29ALSA: seq: Improve data consistency at pollingTakashi Iwai
2025-05-22ALSA: seq: Fix delivery of UMP events to group portsTakashi Iwai
2025-04-10ALSA: timer: Don't take register_mutex with copy_from/to_user()Takashi Iwai
2025-03-13ALSA: seq: Avoid module auto-load handling at event deliveryTakashi Iwai
2025-02-27ALSA: seq: Drop UMP events when no UMP-conversion is setTakashi Iwai
2025-02-08ALSA: seq: Make dependency on UMP clearerTakashi Iwai
2025-01-09ALSA: seq: oss: Fix races at processing SysEx messagesTakashi Iwai
2025-01-09ALSA: seq: Check UMP support for midi_version changeTakashi Iwai
2025-01-09Revert "ALSA: ump: Don't enumeration invalid groups for legacy rawmidi"Takashi Iwai
2025-01-02ALSA: ump: Shut up truncated string warningTakashi Iwai
2025-01-02ALSA: ump: Update legacy substream names upon FB info updateTakashi Iwai
2025-01-02ALSA: ump: Indicate the inactive group in legacy substream namesTakashi Iwai
2025-01-02ALSA: ump: Don't open legacy substream for an inactive groupTakashi Iwai
2025-01-02ALSA: memalloc: prefer dma_mapping_error() over explicit address checkingFedor Pchelkin
2024-12-19ALSA: control: Avoid WARN() for symlink errorsTakashi Iwai
2024-12-14ALSA: seq: ump: Fix seq port updates per FB info notifyTakashi Iwai
2024-12-05ALSA: pcm: Add sanity NULL check for the default mmap fault handlerTakashi Iwai
2024-12-05ALSA: ump: Fix evaluation of MIDI 1.0 FB infoTakashi Iwai
2024-12-05ALSA: rawmidi: Fix kvfree() call in spinlockTakashi Iwai
2024-12-05ALSA: core: Fix possible NULL dereference caused by kunit_kzalloc()Zichen Xie
2024-11-04ALSA: ump: Don't enumeration invalid groups for legacy rawmidiTakashi Iwai
2024-10-03ALSA: core: add isascii() check to card ID generatorJaroslav Kysela
2024-10-02Merge tag 'asoc-fix-v6.12-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai
2024-10-01ALSA: silence integer wrapping warningDan Carpenter
2024-09-30ALSA: mixer_oss: Remove some incorrect kfree_const() usagesChristophe JAILLET
2024-09-30ALSA: Fix typos in comments across various filesYu Jiaoliang
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-12ALSA: memalloc: Use proper DMA mapping API for x86 S/G buffer allocationsTakashi Iwai
2024-09-12ALSA: memalloc: Use proper DMA mapping API for x86 WC buffer allocationsTakashi Iwai
2024-09-12ALSA: ump: Use %*ph to print small bufferAndy Shevchenko
2024-09-11ALSA: pcm: Fix breakage of PCM rates used for topologyTakashi Iwai
2024-09-11ALSA: memalloc: Drop Xen PV workaround againTakashi Iwai
2024-09-10ALSA: memalloc: Move snd_malloc_ops definition into memalloc.c againTakashi Iwai
2024-09-06ALSA: pcm: add more sample rate definitionsJerome Brunet
2024-09-02ALSA: core: Drop superfluous no_free_ptr() for memdup_user() errorsTakashi Iwai
2024-09-02ALSA: core: timer: Use NSEC_PER_SEC macroJinjie Ruan
2024-09-02ALSA: pcm: Fix yet more compile warning at replacement with kstrtoul()Takashi Iwai
2024-09-01ALSA: pcm: Fix the previous conversion to kstrtoul()Takashi Iwai
2024-08-31ALSA: pcm: replace simple_strtoul to kstrtoulHongbo Li
2024-08-27ALSA: pcm: Drop PCM vmalloc buffer helpersTakashi Iwai
2024-08-19Merge branch 'topic/seq-filter-cleanup' into for-nextTakashi Iwai
2024-08-19ALSA: seq: Drop superfluous filter argument of get_event_dest_client()Takashi Iwai
2024-08-19ALSA: seq: Skip event type filtering for UMP eventsTakashi Iwai
2024-08-18ALSA: timer: Introduce virtual userspace-driven timersIvan Orlov