Searched refs:MIN_BUFSIZE (Results 1 – 2 of 2) sorted by relevance
68 #define MIN_BUFSIZE (1<<12) /* in bytes (- where does this come from ?) */ macro76 #define MIN_BUFSIZE (1<<8) /* in bytes */ macro
1488 if (size < MIN_BUFSIZE || size > MAX_BUFSIZE) in dmasound_setup()