aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV Sujith Kumar Reddy <[email protected]>2020-10-08 10:47:02 +0530
committerMark Brown <[email protected]>2020-10-08 20:27:35 +0100
commit03f20e209d07968c410fc404b3d636dc446d3ef2 (patch)
tree223fe2b810d81e51bbc04b0c7788dbb2bdd4e7fb
parent7cb37b7bd0d3c93e381ae7abf30971819966bd9d (diff)
Asoc: qcom: lpass-platform : Increase buffer size
Increase buffer size to support audio over DP. Signed-off-by: V Sujith Kumar Reddy <[email protected]> Signed-off-by: Srinivasa Rao Mandadapu <[email protected]> Tested-by: Srinivas Kandagatla <[email protected]> Reviewed-by: Srinivas Kandagatla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/qcom/lpass-platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/qcom/lpass-platform.c b/sound/soc/qcom/lpass-platform.c
index 49abbb2bd99a..36d1512ffd1f 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 = {