Searched refs:writeBufSize (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_core.c202 static unsigned int writeBufSize = DEFAULT_BUFF_SIZE ; /* in bytes */ variable
203 module_param(writeBufSize, int, 0);
820 sq_open2(&write_sq, file, FMODE_WRITE, numWriteBufs, writeBufSize )
1588 numWriteBufs, writeBufSize) ;
1672 printk("dmasound_setup: invalid write buffer size, using default = %d\n", writeBufSize);
1674 writeBufSize = size;

Completed in 56 milliseconds