diff options
author | Mark Brown <broonie@kernel.org> | 2022-12-27 20:06:51 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-01-02 17:08:17 +0300 |
commit | b8680e2128742d4b678a68f86122b3c570d3dfda (patch) | |
tree | 5fb9c51ce921cdf4fe6e5ff4d59eff1bc13a0abb /tools/testing/selftests/alsa/pcm-test.conf | |
parent | 8acb452467f5a9671756937e55baa1776344e80e (diff) | |
download | linux-b8680e2128742d4b678a68f86122b3c570d3dfda.tar.xz |
kselftest/alsa: pcm - Provide descriptions for the default tests
Help people understand what the standard tests are trying to cover by
providing descriptions which both serve as comments in the file and log
messages in the program's output.
Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221208-alsa-pcm-test-hacks-v4-6-5a152e65b1e1@kernel.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/testing/selftests/alsa/pcm-test.conf')
-rw-r--r-- | tools/testing/selftests/alsa/pcm-test.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/alsa/pcm-test.conf b/tools/testing/selftests/alsa/pcm-test.conf index 473a19251b49..1662a8c7073e 100644 --- a/tools/testing/selftests/alsa/pcm-test.conf +++ b/tools/testing/selftests/alsa/pcm-test.conf @@ -1,4 +1,5 @@ pcm.test.time1 { + description "48kHz stereo small periods" format S16_LE alt_formats [ S32_LE ] rate 48000 @@ -7,6 +8,7 @@ pcm.test.time1 { buffer_size 4096 } pcm.test.time2 { + description "48kHz stereo large periods" format S16_LE alt_formats [ S32_LE ] rate 48000 |