Home
last modified time | relevance | path

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

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