blob: 89da0642ef9c8405fbcffef75545bf70be7d153c (
plain)
1
2
3
4
5
6
7
|
int digi32_buffsize=64;
/*
* By default the Digi32 driver will allocate 64k of buffer both for
* recording and playback functions. This should be sufficient in most cases.
* If necessary the buffer sizes can be increased.
* Values: 64-128 Default: 64
*/
|