Searched defs:uaudio_alt (Results 1 – 1 of 1) sorted by relevance
288 struct uaudio_alt { struct289 struct uaudio_alt *next;290 int ifnum, altnum;291 int mode; /* one of AUMODE_{RECORD,PLAY} */292 int data_addr; /* data endpoint address */293 int sync_addr; /* feedback endpoint address */294 int maxpkt; /* max supported bytes per frame */295 int fps; /* USB (micro-)frames per second */296 int bps, bits, nch; /* audio encoding */297 int v1_rates; /* if UAC 1.0, bitmap of rates */[all …]