Searched defs:soundcb_queue_S (Results 1 – 1 of 1) sorted by relevance
101 struct soundcb_queue_S { struct102 soundcb_queue_T *scb_next;103 uint32_t scb_id; // ID of the sound104 int scb_result; // CA_ value105 soundcb_T *scb_callback; // function to call