Lines Matching refs:f_conf1
455 struct format_config f_conf1[8];
506 f_conf1[i].format.wFormatTag = 0xFFFE;
516 f_conf1[i].format.nChannels = channel_count;
517 f_conf1[i].format.nSamplesPerSec = sample_rate;
518 f_conf1[i].format.wBitsPerSample = bits_per_sample;
519 f_conf1[i].format.nBlockAlign = channel_count * bits_per_sample / 8;
520 f_conf1[i].format.nAvgBytesPerSec = sample_rate * f_conf1[i].format.nBlockAlign;
523 f_conf1[i].format.cbSize = 22;
525 f_conf1[i].format.wValidBitsPerSample = bits_per_sample;
527 f_conf1[i].format.dwChannelMask = 0;
529 f_conf1[i].format.SubFormat[0] = 0;
530 f_conf1[i].format.SubFormat[1] = 0;
531 f_conf1[i].format.SubFormat[2] = 0;
532 f_conf1[i].format.SubFormat[3] = 0;
539 f_conf1[i].vendor_blob.capabilities_size = blob_size;
568 memcpy(ep_target, &f_conf1[i], sizeof(struct format_config));