summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvincenttew <vincenttew@google.com>2020-05-20 16:56:27 +0800
committerVincent Tew <vincenttew@google.com>2020-06-04 18:01:55 +0000
commitc15d709a9ded85fc6b98827372e878fb18a9cbdd (patch)
tree4c22c5a80c31e2423309a33e8808b09d2cdebcea
parent3abb19f244bee0c2c7c999b47200aedad99c39a8 (diff)
downloadmsm-extra-c15d709a9ded85fc6b98827372e878fb18a9cbdd.tar.gz
asoc: bolero: extend BCS hold time
Extend BCS hold time from 600ms to 800ms to cover the noise when pressing headset button during recording/voice/voip call. Case: 04573159 Bug: 153272840 Signed-off-by: vincenttew <vincenttew@google.com> Change-Id: Ib51e8756df6163943482780ceb1fcd0945997c86
-rw-r--r--asoc/codecs/bolero/tx-macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asoc/codecs/bolero/tx-macro.c b/asoc/codecs/bolero/tx-macro.c
index 472cdfee..875ceaa1 100644
--- a/asoc/codecs/bolero/tx-macro.c
+++ b/asoc/codecs/bolero/tx-macro.c
@@ -2810,7 +2810,7 @@ undefined_rate:
}
static const struct tx_macro_reg_mask_val tx_macro_reg_init[] = {
- {BOLERO_CDC_TX0_TX_PATH_SEC7, 0x3F, 0x0A},
+ {BOLERO_CDC_TX0_TX_PATH_SEC7, 0x3F, 0x0E},
};
static int tx_macro_init(struct snd_soc_component *component)