Lines Matching +full:max +full:- +full:frame +full:- +full:size
1 /* SPDX-License-Identifier: GPL-2.0 */
16 unsigned int fmt_type; /* USB audio format type (1-3) */
18 unsigned int frame_size; /* samples per frame for non-audio */
33 unsigned int maxpacksize; /* max. packet size */
35 unsigned int rate_min, rate_max; /* min/max rates */
52 unsigned int buffer_size; /* size of data buffer, if data URB */
58 int packet_size[MAX_PACKS_HS]; /* size of packets for next submission */
66 int opened; /* open refcount; protect with chip->mutex */
113 unsigned int maxpacksize; /* max packet size in bytes */
114 unsigned int maxframesize; /* max packet size in frames */
115 unsigned int max_urb_frames; /* max URB size in frames */
116 unsigned int curpacksize; /* current packet size in bytes (for capture) */
117 unsigned int curframesize; /* current packet size in frames (for capture) */
118 unsigned int syncmaxsize; /* sync endpoint packet size */
119 unsigned int fill_max:1; /* fill max packet size always */
128 bool need_setup; /* (re-)need for configure? */
154 unsigned int channels_max; /* max channels in the all audiofmts */
155 unsigned int txfr_quirk:1; /* allow sub-frame alignment */
157 unsigned int fmt_type; /* USB audio format type (1-3) */
158 …unsigned int pkt_offset_adj; /* Bytes to drop from beginning of packets (for non-compliant devices…
159 …unsigned int stream_offset_adj; /* Bytes to drop from beginning of stream (for non-compliant devic…
164 unsigned int buffer_bytes; /* buffer size in bytes */
165 unsigned int inflight_bytes; /* in-flight data bytes on buffer (for playback) */
182 unsigned int last_frame_number; /* stored frame number */
199 unsigned int fmt_type; /* USB audio format type (1-3) */