summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2024-12-31ALSA: seq: Check UMP support for midi_version changeTakashi Iwai1-4/+10
2024-12-30Revert "ALSA: ump: Don't enumeration invalid groups for legacy rawmidi"Takashi Iwai1-1/+1
2024-12-30ALSA: seq: oss: Fix races at processing SysEx messagesTakashi Iwai1-0/+2
2024-12-30ALSA: compress_offload: fix remaining descriptor races in sound/core/compress...Al Viro1-3/+3
2024-12-30ALSA: compress_offload: Drop unneeded no_free_ptr()Takashi Iwai1-3/+3
2024-12-20ALSA: memalloc: prefer dma_mapping_error() over explicit address checkingFedor Pchelkin1-1/+1
2024-12-20ALSA: compress_offload: improve file descriptors installation for dma-bufJaroslav Kysela1-7/+15
2024-12-20ALSA: compress_offload: use safe list iteration in snd_compr_task_seq()Jaroslav Kysela1-2/+2
2024-12-20ALSA: compress_offload: avoid 64-bit get_user()Arnd Bergmann1-3/+3
2024-12-20ALSA: compress_offload: import DMA_BUF namespaceArnd Bergmann1-0/+1
2024-12-10ALSA: control: Avoid WARN() for symlink errorsTakashi Iwai1-4/+10
2024-12-05Merge tag 'asoc-fix-v6.13-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai1-1/+1
2024-11-30ALSA: ump: Shut up truncated string warningTakashi Iwai1-3/+3
2024-11-29Merge tag 'sound-fix-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-4/+22
2024-11-29ALSA: ump: Update legacy substream names upon FB info updateTakashi Iwai1-4/+15
2024-11-29ALSA: ump: Indicate the inactive group in legacy substream namesTakashi Iwai1-2/+3
2024-11-29ALSA: ump: Don't open legacy substream for an inactive groupTakashi Iwai1-0/+2
2024-11-29ALSA: seq: ump: Fix seq port updates per FB info notifyTakashi Iwai1-3/+3
2024-11-27ALSA: ump: Fix evaluation of MIDI 1.0 FB infoTakashi Iwai1-1/+4
2024-11-27ALSA: core: Fix possible NULL dereference caused by kunit_kzalloc()Zichen Xie1-0/+11
2024-11-25ALSA: rawmidi: Fix kvfree() call in spinlockTakashi Iwai1-1/+3
2024-11-21Merge tag 'sound-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-13/+372
2024-11-21ALSA: pcm: Add sanity NULL check for the default mmap fault handlerTakashi Iwai1-2/+4
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2024-11-14ALSA: ump: Fix the wrong format specifierzhang jiao1-1/+1
2024-11-13ALSA: pcm: Define snd_pcm_mmap_data_{open|close}() locallyTakashi Iwai1-0/+20
2024-11-08ALSA: ump: remove unnecessary check on blkLuo Yifan1-1/+1
2024-11-06Merge branch 'topic/compress-accel' into for-nextTakashi Iwai1-5/+5
2024-11-06ALSA: compress_offload: Use runtime pointer in snd_compr_poll()Peter Ujfalusi1-5/+5
2024-11-05Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2024-11-04ALSA: ump: Don't enumeration invalid groups for legacy rawmidiTakashi Iwai1-1/+1
2024-11-03deal with the last remaing boolean uses of fd_file()Al Viro1-1/+1
2024-10-25ALSA: compress_offload: introduce accel operation modeJaroslav Kysela2-6/+345
2024-10-03ALSA: core: add isascii() check to card ID generatorJaroslav Kysela1-4/+10
2024-10-02Merge tag 'asoc-fix-v6.12-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai7-11/+3
2024-10-01ALSA: silence integer wrapping warningDan Carpenter1-0/+2
2024-09-30ALSA: mixer_oss: Remove some incorrect kfree_const() usagesChristophe JAILLET1-2/+2
2024-09-30ALSA: Fix typos in comments across various filesYu Jiaoliang4-4/+4
2024-09-27[tree-wide] finally take no_llseek outAl Viro7-8/+0
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-09-12ALSA: memalloc: Use proper DMA mapping API for x86 S/G buffer allocationsTakashi Iwai1-42/+36
2024-09-12ALSA: memalloc: Use proper DMA mapping API for x86 WC buffer allocationsTakashi Iwai1-18/+31
2024-09-12ALSA: ump: Use %*ph to print small bufferAndy Shevchenko1-10/+3
2024-09-11ALSA: pcm: Fix breakage of PCM rates used for topologyTakashi Iwai2-11/+17
2024-09-11ALSA: memalloc: Drop Xen PV workaround againTakashi Iwai1-16/+3
2024-09-10ALSA: memalloc: Move snd_malloc_ops definition into memalloc.c againTakashi Iwai2-17/+11
2024-09-06ALSA: pcm: add more sample rate definitionsJerome Brunet1-3/+3
2024-09-02ALSA: core: Drop superfluous no_free_ptr() for memdup_user() errorsTakashi Iwai4-10/+10
2024-09-02ALSA: core: timer: Use NSEC_PER_SEC macroJinjie Ruan1-1/+1
2024-09-02ALSA: pcm: Fix yet more compile warning at replacement with kstrtoul()Takashi Iwai1-1/+1