Lines Matching defs:h1
241 struct uac1_ac_header_descriptor *h1;
244 h1 = snd_usb_find_csint_desc(host_iface->extra,
247 if (!h1 || h1->bLength < sizeof(*h1)) {
253 host_iface->extralen) - (void *)h1;
261 if (rest_bytes < sizeof(*h1)) {
266 if (!h1->bInCollection) {
271 if (rest_bytes < h1->bLength) {
276 if (h1->bLength < sizeof(*h1) + h1->bInCollection) {
281 for (i = 0; i < h1->bInCollection; i++)
282 snd_usb_create_stream(chip, ctrlif, h1->baInterfaceNr[i]);