ASoC: bolero: Fix higher btn press noise issue

There is higher noise during headset btn press on some
headsets. Change hold time after button release to 600ms
to resolve the noise.

Change-Id: I87e5e13ce39849090da3d3e50ec53e7fd5fdc0e7
Signed-off-by: Vatsal Bucha <vbucha@codeaurora.org>
This commit is contained in:
Vatsal Bucha
2020-01-14 12:55:18 +05:30
committed by Gerrit - the friendly Code Review server
parent f34687bd3a
commit 1111e93af1

View File

@@ -2821,7 +2821,7 @@ undefined_rate:
}
static const struct tx_macro_reg_mask_val tx_macro_reg_init[] = {
{BOLERO_CDC_TX0_TX_PATH_SEC7, 0x3F, 0x02},
{BOLERO_CDC_TX0_TX_PATH_SEC7, 0x3F, 0x0A},
};
static int tx_macro_init(struct snd_soc_component *component)