Searched defs:generic_stream_in (Results 1 – 2 of 2) sorted by relevance
199 struct generic_stream_in { struct200 struct audio_stream_in stream; // Constant after init201 pthread_mutex_t lock;202 struct generic_audio_device *dev; // Constant after init203 audio_devices_t device; // Protected by this->lock204 struct audio_config req_config; // Constant after init205 struct pcm *pcm; // Protected by this->lock206 struct pcm_config pcm_config; // Constant after init207 int16_t *stereo_to_mono_buf; // Protected by this->lock208 size_t stereo_to_mono_buf_size; // Protected by this->lock[all …]
59 struct generic_stream_in { struct60 struct audio_stream_in stream;61 struct generic_audio_device *dev;62 audio_devices_t device;