We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3107019 commit 5d01ed9Copy full SHA for 5d01ed9
sound/soc/qcom/qdsp6/q6apm-dai.c
@@ -24,8 +24,8 @@
24
#define PLAYBACK_MIN_PERIOD_SIZE 128
25
#define CAPTURE_MIN_NUM_PERIODS 2
26
#define CAPTURE_MAX_NUM_PERIODS 8
27
-#define CAPTURE_MAX_PERIOD_SIZE 4096
28
-#define CAPTURE_MIN_PERIOD_SIZE 320
+#define CAPTURE_MAX_PERIOD_SIZE 65536
+#define CAPTURE_MIN_PERIOD_SIZE 6144
29
#define BUFFER_BYTES_MAX (PLAYBACK_MAX_NUM_PERIODS * PLAYBACK_MAX_PERIOD_SIZE)
30
#define BUFFER_BYTES_MIN (PLAYBACK_MIN_NUM_PERIODS * PLAYBACK_MIN_PERIOD_SIZE)
31
#define COMPR_PLAYBACK_MAX_FRAGMENT_SIZE (128 * 1024)
0 commit comments