Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[firefly-linux-kernel-4.4.55.git] / sound / firewire / amdtp.h
index 8a03a91e728b0f9bc4feb23a4bdd9f22fdf5952d..26b909329e54d96d7fcb075f9538599aaf30cb09 100644 (file)
@@ -29,6 +29,9 @@
  *     packet is not continuous from an initial value.
  * @CIP_EMPTY_HAS_WRONG_DBC: Only for in-stream. The value of dbc in empty
  *     packet is wrong but the others are correct.
+ * @CIP_JUMBO_PAYLOAD: Only for in-stream. The number of data blocks in an
+ *     packet is larger than IEC 61883-6 defines. Current implementation
+ *     allows 5 times as large as IEC 61883-6 defines.
  */
 enum cip_flags {
        CIP_NONBLOCKING         = 0x00,
@@ -40,6 +43,7 @@ enum cip_flags {
        CIP_SKIP_DBC_ZERO_CHECK = 0x20,
        CIP_SKIP_INIT_DBC_CHECK = 0x40,
        CIP_EMPTY_HAS_WRONG_DBC = 0x80,
+       CIP_JUMBO_PAYLOAD       = 0x100,
 };
 
 /**