diff options
Diffstat (limited to 'sound/firewire/amdtp.h')
-rw-r--r-- | sound/firewire/amdtp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/firewire/amdtp.h b/sound/firewire/amdtp.h index 42c75c916684..fb5934cc01aa 100644 --- a/sound/firewire/amdtp.h +++ b/sound/firewire/amdtp.h | |||
@@ -125,6 +125,9 @@ struct amdtp_stream { | |||
125 | /* quirk: fixed interval of dbc between previos/current packets. */ | 125 | /* quirk: fixed interval of dbc between previos/current packets. */ |
126 | unsigned int tx_dbc_interval; | 126 | unsigned int tx_dbc_interval; |
127 | 127 | ||
128 | /* quirk: the first count of data blocks in an rx packet for MIDI */ | ||
129 | unsigned int rx_blocks_for_midi; | ||
130 | |||
128 | bool callbacked; | 131 | bool callbacked; |
129 | wait_queue_head_t callback_wait; | 132 | wait_queue_head_t callback_wait; |
130 | struct amdtp_stream *sync_slave; | 133 | struct amdtp_stream *sync_slave; |