Searched defs:audio_device (Results 1 – 4 of 4) sorted by relevance
195 struct audio_device { struct196 struct audio_hw_device device;197 pthread_mutex_t lock; /* see note below on mutex acquisition order */198 struct mixer *mixer;199 audio_mode_t mode;200 struct stream_in *active_input;201 struct stream_out *primary_output;202 struct stream_out *voice_tx_output;203 struct stream_out *current_call_output;204 bool bluetooth_nrec;[all …]
2524 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
58 struct audio_device { struct80 struct audio_device *dev; /* hardware information - only using this for the lock */ argument