Skip to content

Commit

Permalink
Asoc: qcom: lpass-platform : Increase buffer size
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
V Sujith Kumar Reddy authored and broonie committed Oct 8, 2020
1 parent 7cb37b7 commit 03f20e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/qcom/lpass-platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 03f20e2

Please sign in to comment.