Lines Matching defs:sample_bytes
36 int sample_width, sample_bytes;
50 sample_bytes = fmt->bSubframeSize;
58 sample_bytes = fmt->bSubslotSize;
73 sample_bytes = as->bSubslotSize;
97 sample_width == 24 && sample_bytes == 2)
98 sample_bytes = 3;
99 else if (sample_width > sample_bytes * 8) {
102 sample_width, sample_bytes);
105 switch (sample_bytes) {
128 sample_width, sample_bytes);
155 pcm_formats |= snd_usb_interface_dsd_format_quirks(chip, fp, sample_bytes);