Home
last modified time | relevance | path

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

/hardware/libhardware/modules/usbaudio/
Daudio_hal.c55 struct audio_device { struct
56 struct audio_hw_device hw_device;
58 pthread_mutex_t lock; /* see note below on mutex acquisition order */
61 struct listnode output_stream_list;
64 struct listnode input_stream_list;
68 uint32_t device_sample_rate; // this should be a rate that is common to both input & output
70 bool mic_muted;
95 struct audio_device *adev; /* hardware information - only using this for the lock */ argument