support streaming from custom raw format
[teensytas.git] / pkts.h
diff --git a/pkts.h b/pkts.h
index 86e24b8..16877f6 100644 (file)
--- a/pkts.h
+++ b/pkts.h
@@ -3,7 +3,8 @@ enum tas_pkt_type {
        PKT_FIXED_STATE      = 0xef01,
        PKT_STREAM_ENABLE    = 0xef02,
        PKT_STREAM_REQ       = 0xef03,
-       PKT_STREAM_DATA      = 0xef04,
+       PKT_STREAM_DATA_TO   = 0xef04,
+       PKT_STREAM_DATA_FROM = 0xef05,
        PKT_STREAM_END       = 0xef06,
        PKT_STREAM_ABORT     = 0xef07,
 };
@@ -21,6 +22,7 @@ struct tas_pkt {
                        uint8_t stream_from;
                        // frame increment on read
                        uint8_t use_readinc;
+                       uint8_t no_start_seq;
                } enable;
        };
 } __attribute__((packed));