From: V Sujith Kumar Reddy Date: Thu, 8 Oct 2020 05:17:02 +0000 (+0530) Subject: Asoc: qcom: lpass-platform : Increase buffer size X-Git-Tag: v5.15~2323^2~3^2~28^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03f20e209d07968c410fc404b3d636dc446d3ef2;p=platform%2Fkernel%2Flinux-starfive.git Asoc: qcom: lpass-platform : Increase buffer size Increase buffer size to support audio over DP. Signed-off-by: V Sujith Kumar Reddy Signed-off-by: Srinivasa Rao Mandadapu Tested-by: Srinivas Kandagatla Reviewed-by: Srinivas Kandagatla Link: https://lore.kernel.org/r/1602134223-2562-7-git-send-email-srivasam@codeaurora.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/qcom/lpass-platform.c b/sound/soc/qcom/lpass-platform.c index 49abbb2..36d1512 100644 --- a/sound/soc/qcom/lpass-platform.c +++ b/sound/soc/qcom/lpass-platform.c @@ -23,7 +23,7 @@ struct lpass_pcm_data { int i2s_port; }; -#define LPASS_PLATFORM_BUFFER_SIZE (16 * 1024) +#define LPASS_PLATFORM_BUFFER_SIZE (24 * 2 * 1024) #define LPASS_PLATFORM_PERIODS 2 static const struct snd_pcm_hardware lpass_platform_pcm_hardware = {