Searched defs:generic_stream_out (Results 1 – 3 of 3) sorted by relevance
50 struct generic_stream_out { struct51 struct audio_stream_out stream; // Constant after init52 pthread_mutex_t lock;53 struct generic_audio_device *dev; // Constant after init54 audio_devices_t device; // Protected by this->lock55 struct audio_config req_config; // Constant after init56 struct pcm_config pcm_config; // Constant after init57 audio_vbuffer_t buffer; // Constant after init58 const char *bus_address; // Extended field. Constant after init59 struct audio_gain gain_stage; // Constant after init[all …]
48 struct generic_stream_out { struct49 struct audio_stream_out stream; // Constant after init50 pthread_mutex_t lock;51 struct generic_audio_device *dev; // Constant after init52 audio_devices_t device; // Protected by this->lock53 struct audio_config req_config; // Constant after init54 struct pcm_config pcm_config; // Constant after init55 audio_vbuffer_t buffer; // Constant after init56 const char *bus_address; // Extended field. Constant after init57 struct audio_gain gain_stage; // Constant after init[all …]
177 struct generic_stream_out { struct178 struct audio_stream_out stream; // Constant after init179 pthread_mutex_t lock;180 struct generic_audio_device *dev; // Constant after init181 uint32_t num_devices; // Protected by this->lock182 audio_devices_t devices[AUDIO_PATCH_PORTS_MAX]; // Protected by this->lock183 struct audio_config req_config; // Constant after init184 struct pcm_config pcm_config; // Constant after init185 audio_vbuffer_t buffer; // Constant after init188 bool standby; // Protected by this->lock[all …]