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