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>
This commit is contained in:
Родитель
7cb37b7bd0
Коммит
03f20e209d
|
@ -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 = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче