Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c96 static enum {sox_sox, sox_play, sox_rec, sox_soxi} sox_mode; enumerator
2611 if (sox_mode == sox_rec) in parse_options_and_filenames()
2844 sox_mode = sox_rec; in main()
2915 if (sox_mode == sox_rec && !j) { /* Set the recording parameters: */ in main()
3025 else if (user_skip && sox_mode != sox_rec) in main()