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 <[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]>
1 parent 7cb37b7 commit 03f20e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)