Lines Matching +full:dsd +full:- +full:path
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 */
40 bool dsd_dop; /* add DOP headers in case of DSD samples */
41 bool dsd_bitrev; /* reverse the bits of each DSD sample */
42 bool dsd_raw; /* altsetting is raw DSD */
68 int opened; /* open refcount; protect with chip->mutex */
131 bool lowlatency_playback; /* low-latency playback mode */
132 bool need_setup; /* (re-)need for hw_params? */
133 bool need_prepare; /* (re-)need for prepare? */
159 struct snd_usb_power_domain *str_pd; /* UAC3 Power Domain for streaming path */
161 unsigned int txfr_quirk:1; /* allow sub-frame alignment */
163 unsigned int fmt_type; /* USB audio format type (1-3) */
164 …unsigned int pkt_offset_adj; /* Bytes to drop from beginning of packets (for non-compliant devices…
165 …unsigned int stream_offset_adj; /* Bytes to drop from beginning of stream (for non-compliant devic…
171 unsigned int inflight_bytes; /* in-flight data bytes on buffer (for playback) */
197 bool lowlatency_playback; /* low-latency playback mode */
205 unsigned int fmt_type; /* USB audio format type (1-3) */