Home
last modified time | relevance | path

Searched defs:audio_device (Results 1 – 3 of 3) sorted by relevance

/device/htc/flounder/audio/hal/
Daudio_hw.h379 struct audio_device { struct
380 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. argument
431 audio_devices_t dummybuf_thread_devices; argument
440 * lock_inputs, stream_in, stream_out, audio_device, then tfa9895 mutex. argument
/device/samsung/manta/audio/
Daudio_hw.c129 struct audio_device { struct
133 audio_devices_t out_device; /* "or" of stream_out.device for all active output streams */ argument
134 audio_devices_t in_device; argument
135 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 source
140 struct pcm *pcm_voice_out;
164 audio_devices_t device; argument
175 struct audio_device *dev; argument
/device/asus/grouper/audio/
Daudio_hw.c108 struct audio_device { struct
109 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