Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b3526cc authored by Liam Fernandez's avatar Liam Fernandez Committed by Vidyakumar Athota
Browse files

Revert "ASoC: msm: Increase Proxy buffering"



This reverts commit c8ccb274

This revert is needed because original commit breaks audio
features like Wifi Display and USB headset playback that use
proxy driver. This patch not needed as BT does not use proxy
anymore.

Signed-off-by: default avatarLiam Fernandez <liam@codeaurora.org>
Change-Id: I88ffb9822184d8f227799a97a7cbceaf2f80f769
Signed-off-by: default avatarVidyakumar Athota <vathota@codeaurora.org>
parent c255ffa1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,8 +40,8 @@

#define MIN_CAPTURE_PERIOD_SIZE (128 * 2 * 4)
#define MAX_CAPTURE_PERIOD_SIZE (128 * 2 * 2 * 6 * 4)
#define MIN_CAPTURE_NUM_PERIODS (32 * 4)
#define MAX_CAPTURE_NUM_PERIODS (384 * 4)
#define MIN_CAPTURE_NUM_PERIODS (32)
#define MAX_CAPTURE_NUM_PERIODS (384)

static struct snd_pcm_hardware msm_afe_hardware_playback = {
	.info =                 (SNDRV_PCM_INFO_MMAP |