Home
last modified time | relevance | path

Searched refs:alt_formats (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/alsa/
H A Dpcm-test.conf4 alt_formats [ S32_LE ]
13 alt_formats [ S32_LE ]
22 alt_formats [ S32_LE ]
31 alt_formats [ S32_LE ]
40 alt_formats [ S32_LE ]
49 alt_formats [ S32_LE ]
58 alt_formats [ S32_LE ]
H A Dpcm-test.c295 const char *alt_formats[8]; in test_pcm_time() local
338 conf_get_string_array(pcm_cfg, "alt_formats", NULL, in test_pcm_time()
339 alt_formats, ARRAY_SIZE(alt_formats), NULL); in test_pcm_time()
378 if (i < ARRAY_SIZE(alt_formats) && alt_formats[i]) { in test_pcm_time()
380 format = snd_pcm_format_value(alt_formats[i]); in test_pcm_time()