Searched defs:generic_stream_in (Results 1 – 1 of 1) sorted by relevance
88 struct generic_stream_in { struct89 struct audio_stream_in stream; // Constant after init90 pthread_mutex_t lock;91 struct generic_audio_device *dev; // Constant after init92 audio_devices_t device; // Protected by this->lock93 struct audio_config req_config; // Constant after init94 struct pcm *pcm; // Protected by this->lock95 struct pcm_config pcm_config; // Constant after init96 int16_t *stereo_to_mono_buf; // Protected by this->lock97 size_t stereo_to_mono_buf_size; // Protected by this->lock[all …]