mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:35:42 +01:00
axfer: test: reduce test case for maximum number of samples per frame
This commit reduces test case for maximum number of samples per frame so that overall time is shortened. The count of total iteration is also reduced by one quarter. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
61c8622de4
commit
c2d27acfce
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ int main(int argc, const char *argv[])
|
|||
for (i = begin; i < end; ++i) {
|
||||
err = generator_context_init(&gen, access_mask,
|
||||
sample_format_masks[i],
|
||||
1, 128, 23, 3000, 512,
|
||||
1, 32, 23, 3000, 512,
|
||||
sizeof(struct container_trial));
|
||||
if (err >= 0) {
|
||||
trial = gen.private_data;
|
||||
|
|
Loading…
Reference in a new issue