Lines Matching defs:sample_bytes
35 int sample_width, sample_bytes;
49 sample_bytes = fmt->bSubframeSize;
57 sample_bytes = fmt->bSubslotSize;
72 sample_bytes = as->bSubslotSize;
96 sample_width == 24 && sample_bytes == 2)
97 sample_bytes = 3;
98 else if (sample_width > sample_bytes * 8) {
101 sample_width, sample_bytes);
104 switch (sample_bytes) {
127 sample_width, sample_bytes);
154 pcm_formats |= snd_usb_interface_dsd_format_quirks(chip, fp, sample_bytes);