Searched defs:audio_device (Results 1 – 5 of 5) sorted by relevance
257 struct audio_device { struct258 struct audio_hw_device device;259 pthread_mutex_t lock; /* see note below on mutex acquisition order */260 struct mixer *mixer;261 audio_mode_t mode;262 struct stream_in *active_input;263 struct stream_out *primary_output;264 struct stream_out *voice_tx_output;265 struct stream_out *current_call_output;266 bool bluetooth_nrec;[all …]
3303 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
51 struct audio_device { struct52 struct audio_hw_device hw_device;54 pthread_mutex_t lock; /* see note below on mutex acquisition order */57 alsa_device_profile out_profile;58 struct listnode output_stream_list;61 alsa_device_profile in_profile;85 struct audio_device *adev; /* hardware information - only using this for the lock */ argument
75 struct audio_device { struct76 struct audio_hw_device hw_device;101 struct audio_device *dev; /* hardware information - only using this for the lock */ argument