Home
last modified time | relevance | path

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

/Linux-v5.15/sound/oss/dmasound/
Ddmasound_core.c1210 #define STAT_BUFF_LEN 768 macro
1221 char buf[STAT_BUFF_LEN]; /* state.buf should not overflow! */
1326 if (len >= STAT_BUFF_LEN) in state_open()