xref: /linux/tools/testing/selftests/alsa/pcm-test.conf (revision b8680e2128742d4b678a68f86122b3c570d3dfda)
1pcm.test.time1 {
2	description "48kHz stereo small periods"
3	format S16_LE
4	alt_formats [ S32_LE ]
5	rate 48000
6	channels 2
7	period_size 512
8	buffer_size 4096
9}
10pcm.test.time2 {
11	description "48kHz stereo large periods"
12	format S16_LE
13	alt_formats [ S32_LE ]
14	rate 48000
15	channels 2
16	period_size 24000
17	buffer_size 192000
18}
19