Searched defs:audio_debug_info (Results 1 – 2 of 2) sorted by relevance
256 struct __attribute__ ((__packed__)) audio_debug_info { struct257 uint32_t num_streams;258 uint32_t num_devs;259 struct audio_dev_debug_info devs[MAX_DEBUG_DEVS];260 struct audio_stream_debug_info streams[MAX_DEBUG_STREAMS];261 struct audio_thread_event_log log;336 struct audio_debug_info audio_debug_info; member
548 static void audio_debug_info(struct cras_client *client) in audio_debug_info() function