index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
drivers
/
pcmtest.c
Age
Commit message (
Expand
)
Author
2026-05-25
ALSA: drivers: Mark some variables as __ro_after_init
Len Bao
2026-05-04
ALSA: pcmtest: Return -EFAULT on pattern read copy failure
Cássio Gabriel
2026-04-23
Revert "ALSA: pcmtest: fix reference leak on failed device registration"
Takashi Iwai
2026-04-21
ALSA: pcmtest: Fix resource leaks in module init error paths
Cássio Gabriel
2026-04-17
ALSA: pcmtest: fix reference leak on failed device registration
Guangshuo Li
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-11-19
ALSA: pcmtest: Replace deprecated strcpy with strscpy_pad in setup_patt_bufs
Thorsten Blum
2025-07-02
ALSA: pcmtest: Replace deprecated strcpy() with strscpy()
Thorsten Blum
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2024-10-30
sound: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-05-09
ALSA: pcmtest: Add missing module descriptions
Takashi Iwai
2023-12-07
ALSA: pcmtest: stop timer before buffer is released
Ivan Orlov
2023-08-24
ALSA: pcmtest: Add support for pcm pausing
Ivan Orlov
2023-08-18
ALSA: pcmtest: Update comment about PCM copy ops
Takashi Iwai
2023-08-08
ALSA: pcmtest: Remove redundant definitions
Ivan Orlov
2023-08-08
ALSA: pcmtest: Move buffer iterator initialization to prepare callback
Ivan Orlov
2023-07-14
ALSA: pcmtest: minor optimizations
Ivan Orlov
2023-07-14
ALSA: pcmtest: Add 'open' PCM callback error injection
Ivan Orlov
2023-07-10
ALSA: pcmtest: Don't use static storage to track per device data
Uwe Kleine-König
2023-07-10
ALSA: pcmtest: Convert to platform remove callback returning void
Uwe Kleine-König
2023-06-07
ALSA: Implement the new Virtual PCM Test Driver
Ivan Orlov