index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
drivers
/
pcmtest.c
Age
Commit message (
Expand
)
Author
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