Home
last modified time | relevance | path

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

/openbmc/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.c268 const char *alt_formats[8]; in test_pcm_time() local
312 alt_formats, ARRAY_SIZE(alt_formats), NULL); in test_pcm_time()
351 if (i < ARRAY_SIZE(alt_formats) && alt_formats[i]) { in test_pcm_time()
353 format = snd_pcm_format_value(alt_formats[i]); in test_pcm_time()