Lines Matching defs:audio_thread
35 struct audio_thread { struct36 int to_thread_fds[2];37 int to_main_fds[2];38 pthread_t tid;39 int started;40 int suspended;41 struct open_dev *open_devs[CRAS_NUM_DIRECTIONS];42 struct pollfd *pollfds;43 size_t pollfds_size;44 size_t num_pollfds;45 struct cras_fmt_conv *remix_converter;