aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/drivers/pcmtest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-07ALSA: pcmtest: stop timer before buffer is releasedIvan Orlov1-1/+12
2023-08-24ALSA: pcmtest: Add support for pcm pausingIvan Orlov1-8/+41
2023-08-18ALSA: pcmtest: Update comment about PCM copy opsTakashi Iwai1-1/+1
2023-08-08ALSA: pcmtest: Remove redundant definitionsIvan Orlov1-5/+3
2023-08-08ALSA: pcmtest: Move buffer iterator initialization to prepare callbackIvan Orlov1-17/+16
2023-07-14ALSA: pcmtest: minor optimizationsIvan Orlov1-4/+5
2023-07-14ALSA: pcmtest: Add 'open' PCM callback error injectionIvan Orlov1-0/+7
2023-07-10ALSA: pcmtest: Don't use static storage to track per device dataUwe Kleine-König1-3/+6
2023-07-10ALSA: pcmtest: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-06-07ALSA: Implement the new Virtual PCM Test DriverIvan Orlov1-0/+727