Home
last modified time | relevance | path

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

/external/qemu/audio/
Daudio_int.h143 struct audio_driver { struct
144 const char *name;
145 const char *descr;
146 struct audio_option *options;
147 void *(*init) (void);
148 void (*fini) (void *);
149 struct audio_pcm_ops *pcm_ops;
150 int can_be_default;
151 int max_voices_out;
152 int max_voices_in;
[all …]