Home
last modified time | relevance | path

Searched refs:MIN_BUFSIZE (Results 1 – 2 of 2) sorted by relevance

/sound/oss/dmasound/
Ddmasound.h68 #define MIN_BUFSIZE (1<<12) /* in bytes (- where does this come from ?) */ macro
76 #define MIN_BUFSIZE (1<<8) /* in bytes */ macro
Ddmasound_core.c1488 if (size < MIN_BUFSIZE || size > MAX_BUFSIZE) in dmasound_setup()