Home
last modified time | relevance | path

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

/linux-2.6.39/sound/oss/dmasound/
Ddmasound_core.c1202 #define STAT_BUFF_LEN 768 macro
1213 char buf[STAT_BUFF_LEN]; /* state.buf should not overflow! */
1327 if (len >= STAT_BUFF_LEN) in state_open()