commit | b62d92afa8fe96510dabb97a77f6ff3775f2b154 | [log] [tgz] |
---|---|---|
author | Helen Zeng <xiaoyunz@codeaurora.org> | Tue Aug 23 17:51:17 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:16:19 2011 -0700 |
tree | 32fd3be911c3df5a7e586606ea7f021d4093fbab | |
parent | 7887c510b7a08df535917323d7204fa219367fce [diff] |
ASoC: msm: Double packet size to support PCM WB Signed-off-by: Helen Zeng <xiaoyunz@codeaurora.org>
diff --git a/sound/soc/msm/msm-pcm-voip.c b/sound/soc/msm/msm-pcm-voip.c index 2f2ab79..b4de5a4 100644 --- a/sound/soc/msm/msm-pcm-voip.c +++ b/sound/soc/msm/msm-pcm-voip.c
@@ -31,7 +31,7 @@ #include "qdsp6/q6voice.h" #define VOIP_MAX_Q_LEN 10 -#define VOIP_MAX_VOC_PKT_SIZE 320 +#define VOIP_MAX_VOC_PKT_SIZE 640 enum voip_state { VOIP_STOPPED,