mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
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>
This commit is contained in:
parent
8acb452467
commit
b8680e2128
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue