init buffer_cycle
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26321 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -331,6 +331,7 @@ auich_stream_new(auich_dev *card, uint8 use, uint32 bufframes, uint8 bufcount)
|
||||
|
||||
stream->frames_count = 0;
|
||||
stream->real_time = 0;
|
||||
stream->buffer_cycle = 0;
|
||||
stream->update_needed = false;
|
||||
|
||||
/* allocate memory for our dma ops */
|
||||
|
||||
@@ -313,6 +313,7 @@ auvia_stream_new(auvia_dev *card, uint8 use, uint32 bufframes, uint8 bufcount)
|
||||
|
||||
stream->frames_count = 0;
|
||||
stream->real_time = 0;
|
||||
stream->buffer_cycle = 0;
|
||||
stream->update_needed = false;
|
||||
|
||||
/* allocate memory for our dma ops */
|
||||
|
||||
@@ -372,6 +372,7 @@ echo_stream_new(echo_dev *card, uint8 use, uint32 bufframes, uint8 bufcount)
|
||||
|
||||
stream->frames_count = 0;
|
||||
stream->real_time = 0;
|
||||
stream->buffer_cycle = 0;
|
||||
stream->update_needed = false;
|
||||
|
||||
status = lock();
|
||||
|
||||
@@ -1636,6 +1636,7 @@ emuxki_stream_new(emuxki_dev *card, uint8 use, uint32 bufframes, uint8 bufcount)
|
||||
|
||||
stream->frames_count = 0;
|
||||
stream->real_time = 0;
|
||||
stream->buffer_cycle = 0;
|
||||
stream->update_needed = false;
|
||||
|
||||
/* Init voices list */
|
||||
|
||||
Reference in New Issue
Block a user