summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/alsa/pcm-test.conf
blob: 473a19251b493256c419d2e4ac6992958e4c97c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pcm.test.time1 {
	format S16_LE
	alt_formats [ S32_LE ]
	rate 48000
	channels 2
	period_size 512
	buffer_size 4096
}
pcm.test.time2 {
	format S16_LE
	alt_formats [ S32_LE ]
	rate 48000
	channels 2
	period_size 24000
	buffer_size 192000
}