Home
last modified time | relevance | path

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

/device/generic/car/emulator/audio/driver/
Daudio_hw.h51 struct generic_stream_out { struct
52 struct audio_stream_out stream; // Constant after init
53 pthread_mutex_t lock;
54 struct generic_audio_device *dev; // Constant after init
55 audio_devices_t device; // Protected by this->lock
56 struct audio_config req_config; // Constant after init
57 struct pcm_config pcm_config; // Constant after init
58 audio_vbuffer_t buffer; // Constant after init
59 const char *bus_address; // Extended field. Constant after init
60 struct audio_gain gain_stage; // Constant after init
[all …]