Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/bit-rot/
H A Dsndio.h39 struct sio_par { struct
134 int sio_strtoenc(struct sio_par *, char *);
135 int sio_enctostr(struct sio_par *, char *);
136 void sio_initpar(struct sio_par *);
140 int sio_setpar(struct sio_hdl *, struct sio_par *);
141 int sio_getpar(struct sio_hdl *, struct sio_par *);
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsndio.c24 struct sio_par par; /* current device parameters */
32 static void encode(struct sio_par *par, in encode()
63 static void decode(struct sio_par *par, in decode()
94 struct sio_par reqpar; in startany()