Skip to content

Commit 03f20e2

Browse files
V Sujith Kumar Reddybroonie
authored andcommitted
Asoc: qcom: lpass-platform : Increase buffer size
Increase buffer size to support audio over DP. Signed-off-by: V Sujith Kumar Reddy <vsujithk@codeaurora.org> Signed-off-by: Srinivasa Rao Mandadapu <srivasam@codeaurora.org> Tested-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/1602134223-2562-7-git-send-email-srivasam@codeaurora.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 7cb37b7 commit 03f20e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/qcom/lpass-platform.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct lpass_pcm_data {
2323
int i2s_port;
2424
};
2525

26-
#define LPASS_PLATFORM_BUFFER_SIZE (16 * 1024)
26+
#define LPASS_PLATFORM_BUFFER_SIZE (24 * 2 * 1024)
2727
#define LPASS_PLATFORM_PERIODS 2
2828

2929
static const struct snd_pcm_hardware lpass_platform_pcm_hardware = {

0 commit comments

Comments
 (0)