Skip to content

Commit 79a1023

Browse files
committed
dont clamp ring depth
Signed-off-by: Marius Lucacel <marius.lucacel@analog.com>
1 parent 80a03f0 commit 79a1023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/iio_stream_test_v2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ int main(int argc, char **argv)
10541054
enable_loopback = true;
10551055
break;
10561056
case 'n':
1057-
pipeline_depth = sanitize_clamp("ring depth", optarg, 1, 4096);
1057+
pipeline_depth = sanitize_clamp("ring depth", optarg, 1, UINT32_MAX);
10581058
break;
10591059
case 'q':
10601060
quiet = true;

0 commit comments

Comments
 (0)