ASoC: wcd: fix pop noise at start of recording on msm8998
Extend unmute time to suppress pop noise at beginning
of recording.
CRs-Fixed: 2013769
Change-Id: I30953d2730f7be7ee9daa7347c77b1c217f72a0b
Signed-off-by: Xiaojun Sang <xsang@codeaurora.org>
This commit is contained in:
parent
c1ef16be6d
commit
2f58caa063
2 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@ module_param(sido_buck_svs_voltage, int,
|
|||
MODULE_PARM_DESC(sido_buck_svs_voltage,
|
||||
"setting for SVS voltage for SIDO BUCK");
|
||||
|
||||
#define TASHA_TX_UNMUTE_DELAY_MS 25
|
||||
#define TASHA_TX_UNMUTE_DELAY_MS 40
|
||||
|
||||
static int tx_unmute_delay = TASHA_TX_UNMUTE_DELAY_MS;
|
||||
module_param(tx_unmute_delay, int,
|
||||
|
|
|
@ -507,7 +507,7 @@ static const DECLARE_TLV_DB_SCALE(digital_gain, 0, 1, 0);
|
|||
static const DECLARE_TLV_DB_SCALE(line_gain, 0, 7, 1);
|
||||
static const DECLARE_TLV_DB_SCALE(analog_gain, 0, 25, 1);
|
||||
|
||||
#define WCD934X_TX_UNMUTE_DELAY_MS 25
|
||||
#define WCD934X_TX_UNMUTE_DELAY_MS 40
|
||||
|
||||
static int tx_unmute_delay = WCD934X_TX_UNMUTE_DELAY_MS;
|
||||
module_param(tx_unmute_delay, int,
|
||||
|
|
Loading…
Add table
Reference in a new issue