Lines Matching defs:selector
130 "setting selector (id %d) unexpected length %d\n",
141 "setting selector (id %d) to %x failed (current: %d)\n",
167 * (there is no clock selector) and clock type is internal.
259 union uac23_clock_selector_desc *selector;
288 selector = snd_usb_find_clock_selector(chip, entity_id, proto);
289 if (selector) {
290 pins = GET_VAL(selector, proto, bNrInPins);
291 clock_id = GET_VAL(selector, proto, bClockID);
292 sources = GET_VAL(selector, proto, baCSourceID);
300 /* the entity ID we are looking at is a selector.
313 "%s(): selector reported illegal value, id %d, ret %d\n",
327 /* Skip setting clock selector again for some devices */
334 "%s(): selector returned an error, "