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