Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dcoreaudio.c17 int device_started; member
275 ac->device_started = 0; in setup()
297 if (!ac->device_started) { in read_samples()
299 ac->device_started = 1; in read_samples()
353 if(!ac->device_started){ in write_samples()
358 ac->device_started = 1; in write_samples()
385 if(ac->device_started){ in stopwrite()