diff options
Diffstat (limited to 'sound/firewire/amdtp.h')
-rw-r--r-- | sound/firewire/amdtp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/firewire/amdtp.h b/sound/firewire/amdtp.h index 26b909329e54..b2cf9e75693b 100644 --- a/sound/firewire/amdtp.h +++ b/sound/firewire/amdtp.h | |||
@@ -157,6 +157,8 @@ struct amdtp_stream { | |||
157 | 157 | ||
158 | /* quirk: fixed interval of dbc between previos/current packets. */ | 158 | /* quirk: fixed interval of dbc between previos/current packets. */ |
159 | unsigned int tx_dbc_interval; | 159 | unsigned int tx_dbc_interval; |
160 | /* quirk: indicate the value of dbc field in a first packet. */ | ||
161 | unsigned int tx_first_dbc; | ||
160 | 162 | ||
161 | bool callbacked; | 163 | bool callbacked; |
162 | wait_queue_head_t callback_wait; | 164 | wait_queue_head_t callback_wait; |