[pulseaudio-commits] src/pulsecore

Arun Raghavan arun at kemper.freedesktop.org
Sun Aug 31 02:41:04 PDT 2014


 src/pulsecore/srbchannel.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a7667b990ecf475bb9ad3faaf334cd650da36a9d
Author: Arun Raghavan <arun at accosted.net>
Date:   Sun Aug 31 15:09:44 2014 +0530

    srbchannel: Fix documentation error
    
    I seem to have misread the code previously.

diff --git a/src/pulsecore/srbchannel.c b/src/pulsecore/srbchannel.c
index 63a9748..3f81e25 100644
--- a/src/pulsecore/srbchannel.c
+++ b/src/pulsecore/srbchannel.c
@@ -36,7 +36,7 @@
 typedef struct pa_ringbuffer pa_ringbuffer;
 
 struct pa_ringbuffer {
-    pa_atomic_t *count; /* amount of data in the buffer, can be negative */
+    pa_atomic_t *count; /* amount of data in the buffer */
     int capacity;
     uint8_t *memory;
     int readindex, writeindex;



More information about the pulseaudio-commits mailing list