Searched defs:generic_audio_device (Results 1 – 3 of 3) sorted by relevance
28 struct generic_audio_device { struct51 struct generic_audio_device *dev; // Constant after init argument
28 struct generic_audio_device { struct42 static struct generic_audio_device *device_handle; argument
54 struct generic_audio_device { struct55 struct audio_hw_device device; // Constant after init56 pthread_mutex_t lock;57 bool mic_mute; // Protected by this->lock58 struct mixer* mixer; // Protected by this->lock59 struct listnode out_streams; // Record for output streams, protected by this->lock60 struct listnode in_streams; // Record for input streams, protected by this->lock61 audio_patch_handle_t next_patch_handle; // Protected by this->lock