Home
last modified time | relevance | path

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

/Linux-v4.19/sound/oss/dmasound/
Ddmasound_core.c1213 #define STAT_BUFF_LEN 768 macro
1224 char buf[STAT_BUFF_LEN]; /* state.buf should not overflow! */
1338 if (len >= STAT_BUFF_LEN) in state_open()