Lines Matching defs:source
171 * Assume the clock is valid if clock source supports only one
242 /* If a clock source can't tell us whether it's valid, we assume it is */
270 struct uac_clock_source_descriptor *source;
283 /* first, see if the ID we're looking for is a clock source already */
284 source = snd_usb_find_clock_source(chip->ctrl_intf, entity_id);
285 if (source) {
286 entity_id = source->bClockID;
290 "clock source %d is not valid, cannot use\n",
336 /* The current clock source is invalid, try others. */
352 "found and selected valid clock source %d\n",
374 struct uac3_clock_source_descriptor *source;
387 /* first, see if the ID we're looking for is a clock source already */
388 source = snd_usb_find_clock_source_v3(chip->ctrl_intf, entity_id);
389 if (source) {
390 entity_id = source->bClockID;
394 "clock source %d is not valid, cannot use\n",
434 /* The current clock source is invalid, try others. */
452 "found and selected valid clock source %d\n",
473 * the clock source (end-leaf) must be used. However, clock selectors,
475 * clock source input to terminal. This functions walks the clock path
476 * to its end and tries to find the source.
480 * Returns the clock source UnitID (>=0) on success, or an error.
604 * external clock source. Try again without validation