Merge "ASoC: wcd: fix pop noise at start of recording on msm8998"
This commit is contained in:
commit
3cc6a31bb7
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