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