Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsndio.c111 if (mode == SIO_PLAY) in startany()
142 ft->signal.channels = (mode == SIO_PLAY) ? p->par.pchan : p->par.rchan; in startany()
172 return startany(ft, SIO_PLAY); in startwrite()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/bit-rot/
H A Dsndio.h92 #define SIO_PLAY 1 macro