summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/alsa/pcm-test.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-04kselftest/alsa: Run PCM tests for multiple cards in parallelMark Brown1-8/+72
2023-01-02kselftest/alsa: pcm - Support optional description for testsMark Brown1-0/+5
2023-01-02kselftest/alsa: pcm - skip tests when we fail to set paramsMark Brown1-6/+33
2023-01-02kselftest/alsa: pcm - Always run the default set of testsMark Brown1-25/+58
2023-01-02kselftest/alsa: pcm - move more configuration to configuration filesJaroslav Kysela1-33/+69
2023-01-02kselftest/alsa: pcm - Drop recent coverage improvement changesMark Brown1-62/+26
2022-12-01kselftest/alsa: Add more coverage of sample rates and channel countsMark Brown1-3/+8
2022-12-01kselftest/alsa: Provide more meaningful names for testsMark Brown1-3/+3
2022-12-01kselftest/alsa: Report failures to set the requested channels as skipsMark Brown1-1/+8
2022-12-01kselftest/alsa: Report failures to set the requested sample rate as skipsMark Brown1-6/+17
2022-12-01kselftest/alsa: Refactor pcm-test to list the tests to run in a structMark Brown1-20/+33
2022-11-29selftests: alsa - move shared library configuration code to conf.cJaroslav Kysela1-70/+0
2022-11-16selftests: alsa - add PCM testJaroslav Kysela1-0/+523