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
This commit is contained in:
bencollins 2003-12-09 01:47:45 +00:00
parent 8fa3c9874b
commit 6b2bee6aca
1 changed files with 3 additions and 3 deletions

View File

@ -57,9 +57,9 @@ enum raw1394_iso_speed {
/* The dma mode when receiving iso data. Must be supported by chipset */ /* The dma mode when receiving iso data. Must be supported by chipset */
enum raw1394_iso_dma_recv_mode { enum raw1394_iso_dma_recv_mode {
RAW1394_DMA_DEFAULT = 0, /* use the default mode, this is BUFFERFILL for ohci */ RAW1394_DMA_DEFAULT = -1, /* Use the default mode, this is BUFFERFILL for ohci */
RAW1394_DMA_BUFFERFILL = 1, /* BUFFER_FILL mode */ RAW1394_DMA_BUFFERFILL = 1, /* BUFFER_FILL mode */
RAW1394_DMA_PACKET_PER_BUFFER = 2 /* PACKET_PER_BUFFER mode */ RAW1394_DMA_PACKET_PER_BUFFER = 2 /* PACKET_PER_BUFFER mode */
}; };
/* return values from isochronous xmit/recv handlers */ /* return values from isochronous xmit/recv handlers */