Lines Matching refs:format

39  *	usb_as that selects the correct alternate with passed format
1473 char *format;
1483 format = CS_AC_INPUT_TERM_FORMAT;
1488 format = CS_AC_OUTPUT_TERM_FORMAT;
1493 format = CS_AC_MIXER_UNIT_DESCR1_FORMAT "255c";
1498 format = CS_AC_SELECTOR_UNIT_DESCR1_FORMAT "255c";
1503 format = CS_AC_FEATURE_UNIT_FORMAT "255c";
1508 format = CS_AC_PROCESSING_UNIT_DESCR1_FORMAT "255c";
1513 format = CS_AC_EXTENSION_UNIT_DESCR1_FORMAT "255c";
1528 if (usb_parse_data(format, buffer, buflen, descr, len) < size) {
2986 usb_audio_formats_t format;
3002 bzero(&format, sizeof (usb_audio_formats_t));
3004 /* save format info */
3005 format.fmt_n_srs = 1;
3006 format.fmt_srs = (uint_t *)&(engine->fmt.sr);
3007 format.fmt_chns = (uchar_t)engine->fmt.ch;
3008 format.fmt_precision = (uchar_t)engine->fmt.prec;
3009 format.fmt_encoding = (uchar_t)engine->fmt.enc;
3028 * Set format for the streaming interface with lower write queue
3034 USB_AUDIO_SET_FORMAT, &format) != USB_SUCCESS) {
3047 "usb_ac_set_format: setting format failed");
4364 "format%d: alt=%d chns=%d prec=%d enc=%d", n,
4512 "usb_restore_engine:set format fail, i=%d", i);
4526 * get the maximum format specification the device supports
4538 /* format priority: channels, sample rate, precision, encoding */
4631 /* Set the format for the engine */
4662 * Set the format for this engine
4666 "set format failed, dir = %d", dir);
5196 usb_audio_format_t *format;
5200 /* Init controls for play format */
5201 format = &(statep->engines[0].fmt);
5202 if (format->ch == 2) {
5212 /* Init controls for rec format */
5214 format = &(statep->engines[1].fmt);
5215 if (format->ch == 2) {