summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar bencollins 2003-12-09 01:47:45 +0000
committerGravatar bencollins 2003-12-09 01:47:45 +0000
commit6b2bee6acac040b9a7ff7a2856a2789f1fb5f98a (patch)
treed09ad4340ca9ad985037da4d13e0f65bb5ddc20e
parentPatch from Alexander Neundorf to support differing ISO rx modes. Currently (diff)
Patch from Jim Radford. Other half of packet_per_buffer ABI cleanup.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@139 53a565d1-3bb7-0310-b661-cf11e63c67ab
-rw-r--r--src/raw1394.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/raw1394.h b/src/raw1394.h
index 3cc7bfe..c4112a3 100644
--- a/src/raw1394.h
+++ b/src/raw1394.h
@@ -57,9 +57,9 @@ enum raw1394_iso_speed {
/* The dma mode when receiving iso data. Must be supported by chipset */
enum raw1394_iso_dma_recv_mode {
- RAW1394_DMA_DEFAULT = 0, /* use the default mode, this is BUFFERFILL for ohci */
- RAW1394_DMA_BUFFERFILL = 1, /* BUFFER_FILL mode */
- RAW1394_DMA_PACKET_PER_BUFFER = 2 /* PACKET_PER_BUFFER mode */
+ RAW1394_DMA_DEFAULT = -1, /* Use the default mode, this is BUFFERFILL for ohci */
+ RAW1394_DMA_BUFFERFILL = 1, /* BUFFER_FILL mode */
+ RAW1394_DMA_PACKET_PER_BUFFER = 2 /* PACKET_PER_BUFFER mode */
};
/* return values from isochronous xmit/recv handlers */