Searched defs:generic_stream_out (Results 1 – 3 of 3) sorted by relevance
44 struct generic_stream_out { struct45 struct audio_stream_out stream; // Constant after init46 pthread_mutex_t lock;47 struct generic_audio_device *dev; // Constant after init48 audio_devices_t device; // Protected by this->lock49 struct audio_config req_config; // Constant after init50 struct pcm_config pcm_config; // Constant after init51 audio_vbuffer_t buffer; // Constant after init52 const char *bus_address; // Extended field. Constant after init53 struct audio_gain gain_stage; // Constant after init[all …]
175 struct generic_stream_out { struct176 struct audio_stream_out stream; // Constant after init177 pthread_mutex_t lock;178 struct generic_audio_device *dev; // Constant after init179 uint32_t num_devices; // Protected by this->lock180 audio_devices_t devices[AUDIO_PATCH_PORTS_MAX]; // Protected by this->lock181 struct audio_config req_config; // Constant after init182 struct pcm_config pcm_config; // Constant after init183 audio_vbuffer_t buffer; // Constant after init186 bool standby; // Protected by this->lock[all …]
178 struct generic_stream_out { struct179 struct audio_stream_out stream; // Constant after init180 pthread_mutex_t lock;181 struct generic_audio_device *dev; // Constant after init182 uint32_t num_devices; // Protected by this->lock183 audio_devices_t devices[AUDIO_PATCH_PORTS_MAX]; // Protected by this->lock184 struct audio_config req_config; // Constant after init185 struct pcm_config pcm_config; // Constant after init186 audio_vbuffer_t buffer; // Constant after init189 bool standby; // Protected by this->lock[all …]