diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2019-05-22 23:17:07 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-05-23 12:19:41 +0200 |
commit | f11453c7cc010d4052f630d541c39301b54cee3c (patch) | |
tree | f37f1225e96f524ebef159d51fdf3d28630f0ea4 /sound/firewire/amdtp-stream.h | |
parent | e335425b65965e6bebdf1ebc8187d6732ddaad00 (diff) |
ALSA: firewire-lib: use 16 bytes IR context header to separate CIP header
In IR context, some quadlets of packet payload can be included into
context header. This is good for packet with CIP header because the
context payload buffer can includes data blocks only for with-CIP and
without-CIP pakets.
This commit uses 16 bytes IR context header for this purpose.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/amdtp-stream.h')
-rw-r--r-- | sound/firewire/amdtp-stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/amdtp-stream.h b/sound/firewire/amdtp-stream.h index 5aa9683593d2..234483a31df5 100644 --- a/sound/firewire/amdtp-stream.h +++ b/sound/firewire/amdtp-stream.h @@ -116,7 +116,7 @@ struct amdtp_stream { unsigned int ctx_header_size; // limit for payload of iso packet. - unsigned int max_payload_length; + unsigned int max_ctx_payload_length; // For quirks of CIP headers. // Fixed interval of dbc between previos/current |