]> sigrok.org Git - libsigrok.git/blobdiff - src/input/raw_analog.c
input modules: Increase chunk size to 4MB for all modules.
[libsigrok.git] / src / input / raw_analog.c
index ca29eaa431628f6fc06e304188e0faa177fe3677..5794ae845712566640be8418ef22b7b067e9b398 100644 (file)
@@ -31,7 +31,7 @@
 #define LOG_PREFIX "input/raw_analog"
 
 /* How many bytes at a time to process and send to the session bus. */
-#define CHUNK_SIZE             4096
+#define CHUNK_SIZE             (4 * 1024 * 1024)
 #define DEFAULT_NUM_CHANNELS   1
 #define DEFAULT_SAMPLERATE     0