Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/oss/dmasound/
H A Ddmasound_core.c1215 #define STAT_BUFF_LEN 768 macro
1226 char buf[STAT_BUFF_LEN]; /* state.buf should not overflow! */
1340 if (len >= STAT_BUFF_LEN) in state_open()