summaryrefslogtreecommitdiff
path: root/alsa/aoc_alsa_pcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'alsa/aoc_alsa_pcm.c')
-rw-r--r--alsa/aoc_alsa_pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alsa/aoc_alsa_pcm.c b/alsa/aoc_alsa_pcm.c
index 46b876b..f678584 100644
--- a/alsa/aoc_alsa_pcm.c
+++ b/alsa/aoc_alsa_pcm.c
@@ -133,7 +133,7 @@ static struct snd_pcm_hardware snd_aoc_playback_hw = {
.channels_max = 4,
.buffer_bytes_max = 16384 * 6,
.period_bytes_min = 16,
- .period_bytes_max = 7680,
+ .period_bytes_max = 11520,
.periods_min = 2,
.periods_max = 1024 * 6,
};