ref: c4e7743fc560f9c74539e21da8892d44cf7dfe20
dir: /aux.h/
typedef enum { Xclone, Xctl, Xmetadata, Xdsp, Xdspctl, Xdspdata, Xui, Xuictl, Xuimeta, }Auxtype; typedef struct Aux Aux; typedef struct Auxdsp Auxdsp; struct UI; struct Aux { Auxtype type; int id; int ctl; int data; int metadata; Auxdsp *dsp; struct UI *ui; };