Searched defs:audio_device (Results 1 – 4 of 4) sorted by relevance
310 struct audio_device { struct311 struct audio_hw_device device;312 pthread_mutex_t lock; /* see note below on mutex acquisition order */313 struct mixer *mixer;314 audio_mode_t mode;315 struct stream_in *active_input;316 struct stream_out *primary_output;317 struct stream_out *voice_tx_output;318 struct stream_out *current_call_output;319 bool bluetooth_nrec;[all …]
5311 const audio_devices_t audio_device = in adev_verify_devices() local
114 struct audio_device { struct115 struct audio_hw_device hw_device;117 pthread_mutex_t lock;118 int card;142 struct audio_device *dev; argument
50 struct audio_device { struct51 struct audio_hw_device hw_device;53 pthread_mutex_t lock; /* see note below on mutex acquisition order */56 alsa_device_profile out_profile;57 struct listnode output_stream_list;60 alsa_device_profile in_profile;61 struct listnode input_stream_list;86 struct audio_device *adev; /* hardware information - only using this for the lock */ argument