ASoc: msm: Increase default buffersize to 4k for audio playback
- Increase default buffersize to 4k from 2k for audio playback when HAL is configured with deep buffer output. bug-id: 7129131 Signed-off-by: SathishKumar Mani <smani@codeaurora.org>
This commit is contained in:
committed by
Iliyan Malchev
parent
f7af370aad
commit
7ef4e8f7db
@@ -40,7 +40,7 @@ struct snd_msm {
|
||||
};
|
||||
|
||||
#define PLAYBACK_NUM_PERIODS 8
|
||||
#define PLAYBACK_PERIOD_SIZE 2048
|
||||
#define PLAYBACK_PERIOD_SIZE 4096
|
||||
#define CAPTURE_NUM_PERIODS 16
|
||||
#define CAPTURE_PERIOD_SIZE 320
|
||||
|
||||
|
||||
Reference in New Issue
Block a user