Searched defs:audio_operations (Results 1 – 1 of 1) sorted by relevance
196 struct audio_operations struct198 char name[128];199 int flags;208 int format_mask; /* Bitmask for supported audio formats */209 void *devc; /* Driver specific info */210 struct audio_driver *d;211 void *portc; /* Driver specific info */212 struct dma_buffparms *dmap_in, *dmap_out;213 struct coproc_operations *coproc;214 int mixer_dev;[all …]