Searched defs:generic_audio_device (Results 1 – 3 of 3) sorted by relevance
28 struct generic_audio_device { struct47 struct generic_audio_device *dev; // Constant after init argument
52 struct generic_audio_device { struct53 struct audio_hw_device device; // Constant after init54 pthread_mutex_t lock;55 bool mic_mute; // Protected by this->lock56 struct mixer* mixer; // Protected by this->lock57 struct listnode out_streams; // Record for output streams, protected by this->lock58 struct listnode in_streams; // Record for input streams, protected by this->lock59 audio_patch_handle_t next_patch_handle; // Protected by this->lock
55 struct generic_audio_device { struct56 struct audio_hw_device device; // Constant after init57 pthread_mutex_t lock;58 bool mic_mute; // Protected by this->lock59 struct mixer* mixer; // Protected by this->lock60 struct listnode out_streams; // Record for output streams, protected by this->lock61 struct listnode in_streams; // Record for input streams, protected by this->lock62 audio_patch_handle_t next_patch_handle; // Protected by this->lock