diff --git a/sound/soc/msm/msm-compr-q6.c b/sound/soc/msm/msm-compr-q6.c index 262e68f0882..621ed5f62ef 100644 --- a/sound/soc/msm/msm-compr-q6.c +++ b/sound/soc/msm/msm-compr-q6.c @@ -86,11 +86,11 @@ static struct snd_pcm_hardware msm_compr_hardware_playback = { .rate_max = 48000, .channels_min = 1, .channels_max = 8, - .buffer_bytes_max = 1200 * 1024 * 2, - .period_bytes_min = 2400, - .period_bytes_max = 1200 * 1024, - .periods_min = 2, - .periods_max = 1024, + .buffer_bytes_max = 1024 * 1024, + .period_bytes_min = 128 * 1024, + .period_bytes_max = 256 * 1024, + .periods_min = 4, + .periods_max = 8, .fifo_size = 0, };