summaryrefslogtreecommitdiff
path: root/sound/core/compress_offload.c
AgeCommit message (Expand)AuthorFilesLines
11 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-2/+2
2026-07-13ALSA: core: Clean up file_operations definitionsbui duc phuc1-9/+9
2026-06-17ALSA: compress: Fix task creation error unwindCássio Gabriel1-4/+9
2026-04-02ALSA: compress: Pay attention if drivers error out retrieving pointersMark Brown1-1/+5
2026-04-02ALSA: compress: Refuse to update timestamps for unconfigured streamsMark Brown1-0/+8
2026-03-28ALSA: core: Validate compress device numbers without dynamic minorsCássio Gabriel1-7/+0
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2025-12-17ALSA: compress_offload: Relax __free() variable declarationsTakashi Iwai1-12/+16
2025-09-08ALSA: compress_offload: Add SNDRV_COMPRESS_AVAIL64 ioctlJoris Verhaegen1-15/+28
2025-09-08ALSA: compress_offload: Add SNDRV_COMPRESS_TSTAMP64 ioctlJoris Verhaegen1-6/+13
2025-09-08ALSA: compress_offload: Add 64-bit safe timestamp infrastructureJoris Verhaegen1-17/+35
2025-07-10ALSA: compress_offload: tighten ioctl command number checksArnd Bergmann1-24/+24
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: 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-11-06ALSA: compress_offload: Use runtime pointer in snd_compr_poll()Peter Ujfalusi1-5/+5
2024-10-25ALSA: compress_offload: introduce accel operation modeJaroslav Kysela1-6/+342
2024-09-30ALSA: Fix typos in comments across various filesYu Jiaoliang1-1/+1
2024-09-02ALSA: core: Drop superfluous no_free_ptr() for memdup_user() errorsTakashi Iwai1-1/+1
2024-02-28ALSA: compress_offload: Use guard() for lockingTakashi Iwai1-65/+33
2024-02-23ALSA: compress_offload: Use automatic cleanup of kfree()Takashi Iwai1-23/+13
2023-08-17ALSA: compress: Don't embed deviceTakashi Iwai1-6/+10
2023-06-21ALSA: compress: allow setting codec params after next trackSrinivas Kandagatla1-1/+4
2022-07-13ALSA: compress: Fix kernel doc warningsTakashi Iwai1-0/+4
2022-07-13ALSA: compress: Enable kernel doc markers for some functionsTakashi Iwai1-2/+3
2021-07-15ALSA: compress: Initialize mutex in snd_compress_new()Takashi Iwai1-0/+1
2021-07-15ALSA: compress: Drop unused functionsTakashi Iwai1-68/+0
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-1/+1
2020-11-27ALSA: compress: allow pause and resume during drainingGyeongtaek Lee1-8/+31
2020-09-03ALSA: compress_offload: remove redundant initializationPierre-Louis Bossart1-1/+1
2020-09-03ALSA: compress_offload: dereference after checking for NULL pointerPierre-Louis Bossart1-1/+2
2020-07-07ALSA: compress: fix partial_drain completion stateVinod Koul1-0/+4
2020-02-18ALSA: core: Implement compress page allocation and free routinesCezary Rojewski1-0/+42
2020-01-03ALSA: core: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-11-07Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai1-1/+1
2019-10-21ASoC: compress: fix unsigned integer overflow checkXiaojun Sang1-1/+1
2019-07-23ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax1-0/+6
2019-07-23ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax1-0/+8
2019-07-23ALSA: compress: Prevent bypasses of set_paramsCharles Keepax1-6/+24
2019-07-23ALSA: compress: Fix regression on compressed capture streamsCharles Keepax1-5/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-14/+1
2019-02-06ALSA: compress: Remove superfluous snd_info_register() callsTakashi Iwai1-10/+1
2019-01-03ALSA: compress: prevent potential divide by zero bugsDan Carpenter1-1/+2
2018-12-14ALSA: compress: make use of runtime buffer for copySrinivas Kandagatla1-3/+15
2018-08-03ALSA: compress: Remove empty init and exitTakashi Iwai1-12/+0
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-1/+1