aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/card.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb/card.h')
-rw-r--r--sound/usb/card.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/sound/usb/card.h b/sound/usb/card.h
index 8a08687e5bc0..77d2eec5e897 100644
--- a/sound/usb/card.h
+++ b/sound/usb/card.h
@@ -115,21 +115,6 @@ struct snd_usb_substream {
115 unsigned int cur_rate; /* current rate (for hw_params callback) */ 115 unsigned int cur_rate; /* current rate (for hw_params callback) */
116 unsigned int period_bytes; /* current period bytes (for hw_params callback) */ 116 unsigned int period_bytes; /* current period bytes (for hw_params callback) */
117 unsigned int altset_idx; /* USB data format: index of alternate setting */ 117 unsigned int altset_idx; /* USB data format: index of alternate setting */
118 unsigned int datapipe; /* the data i/o pipe */
119 unsigned int syncpipe; /* 1 - async out or adaptive in */
120 unsigned int datainterval; /* log_2 of data packet interval */
121 unsigned int syncinterval; /* P for adaptive mode, 0 otherwise */
122 unsigned int freqn; /* nominal sampling rate in fs/fps in Q16.16 format */
123 unsigned int freqm; /* momentary sampling rate in fs/fps in Q16.16 format */
124 int freqshift; /* how much to shift the feedback value to get Q16.16 */
125 unsigned int freqmax; /* maximum sampling rate, used for buffer management */
126 unsigned int phase; /* phase accumulator */
127 unsigned int maxpacksize; /* max packet size in bytes */
128 unsigned int maxframesize; /* max packet size in frames */
129 unsigned int curpacksize; /* current packet size in bytes (for capture) */
130 unsigned int curframesize; /* current packet size in frames (for capture) */
131 unsigned int syncmaxsize; /* sync endpoint packet size */
132 unsigned int fill_max: 1; /* fill max packet size always */
133 unsigned int txfr_quirk:1; /* allow sub-frame alignment */ 118 unsigned int txfr_quirk:1; /* allow sub-frame alignment */
134 unsigned int fmt_type; /* USB audio format type (1-3) */ 119 unsigned int fmt_type; /* USB audio format type (1-3) */
135 120