Home
last modified time | relevance | path

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

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