Searched defs:audio_device (Results 1 – 3 of 3) sorted by relevance
379 struct audio_device { struct380 struct audio_hw_device device;381 pthread_mutex_t lock; /* see note below on mutex acquisition order */382 struct listnode mixer_list;406 // in sync with the one known by the audio_device. argument431 audio_devices_t dummybuf_thread_devices; argument440 * lock_inputs, stream_in, stream_out, audio_device, then tfa9895 mutex. argument
129 struct audio_device { struct133 audio_devices_t out_device; /* "or" of stream_out.device for all active output streams */ argument134 audio_devices_t in_device; argument135 bool mic_mute;136 struct audio_route *ar;137 audio_source_t input_source;138 int cur_route_id; /* current route ID: combination of input source140 struct pcm *pcm_voice_out;164 audio_devices_t device; argument175 struct audio_device *dev; argument
108 struct audio_device { struct109 struct audio_hw_device hw_device;111 pthread_mutex_t lock; /* see note below on mutex acquisition order */112 unsigned int out_device;113 unsigned int in_device;114 bool standby;115 bool mic_mute;116 struct audio_route *ar;117 int orientation;141 struct audio_device *dev; argument