Lines Matching defs:sample_bytes
35 int sample_width, sample_bytes;
50 sample_bytes = fmt->bSubframeSize;
58 sample_bytes = fmt->bSubslotSize;
75 sample_bytes = as->bSubslotSize;
89 fp->fmt_sz = sample_bytes;
103 sample_width == 24 && sample_bytes == 2)
104 sample_bytes = 3;
105 else if (sample_width > sample_bytes * 8) {
108 sample_width, sample_bytes);
111 switch (sample_bytes) {
134 sample_width, sample_bytes);
158 dsd_formats |= snd_usb_interface_dsd_format_quirks(chip, fp, sample_bytes);