Searched defs:generic_stream_out (Results 1 – 1 of 1) sorted by relevance
51 struct generic_stream_out { struct52 struct audio_stream_out stream; // Constant after init53 pthread_mutex_t lock;54 struct generic_audio_device *dev; // Constant after init55 audio_devices_t device; // Protected by this->lock56 struct audio_config req_config; // Constant after init57 struct pcm_config pcm_config; // Constant after init58 audio_vbuffer_t buffer; // Constant after init59 const char *bus_address; // Extended field. Constant after init60 struct audio_gain gain_stage; // Constant after init[all …]