summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixelBot AutoMerger <android-nexus-securitybot@system.gserviceaccount.com>2023-02-05 19:46:21 -0800
committerSecurityBot <android-nexus-securitybot@system.gserviceaccount.com>2023-02-05 19:46:21 -0800
commit26cd925f424feb0f7053e731f3139e7e73abb738 (patch)
tree5806cf800874975484268cc85b889fffedf0db60
parentde1d02fd082e15590c7ed494c163fefc02f8e2ab (diff)
parent53da06f24e15655245ada86891402badfa8026fe (diff)
downloadaoc-26cd925f424feb0f7053e731f3139e7e73abb738.tar.gz
Merge android13-gs-pixel-5.10-tm-qpr2 into android13-gs-pixel-5.10-tm-qpr3
SBMerger: 478053055 Change-Id: Id54ceb4626d40da8e7fc20445c575fbeabc07168 Signed-off-by: SecurityBot <android-nexus-securitybot@system.gserviceaccount.com>
-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,
};