Lines Matching defs:h1
236 struct uac1_ac_header_descriptor *h1;
239 h1 = snd_usb_find_csint_desc(host_iface->extra,
242 if (!h1 || h1->bLength < sizeof(*h1)) {
248 host_iface->extralen) - (void *)h1;
256 if (rest_bytes < sizeof(*h1)) {
261 if (!h1->bInCollection) {
266 if (rest_bytes < h1->bLength) {
271 if (h1->bLength < sizeof(*h1) + h1->bInCollection) {
276 for (i = 0; i < h1->bInCollection; i++)
277 snd_usb_create_stream(chip, ctrlif, h1->baInterfaceNr[i]);