asoc: codecs: Shorten IDLE holdoff time

Decrease idle holdoff time from 60 to 29 samples as per updated
documentation.

Change-Id: Ia8786020d6de8320f057f418e743507030c734c8
Signed-off-by: Matthew Rice <quic_mrice@quicinc.com>
This commit is contained in:
Matthew Rice
2022-05-06 10:41:28 -07:00
parent 8027610611
commit 68469d7946

View File

@@ -3153,6 +3153,7 @@ static const struct lpass_cdc_wsa_macro_reg_mask_val
{LPASS_CDC_WSA_ILIM_CFG2_1, 0xFF, 0x2A},
{LPASS_CDC_WSA_ILIM_CFG2, 0x3F, 0x1B},
{LPASS_CDC_WSA_ILIM_CFG9, 0x0F, 0x05},
{LPASS_CDC_WSA_IDLE_DETECT_CFG1, 0xFF, 0x1D},
};
static void lpass_cdc_wsa_macro_init_reg(struct snd_soc_component *component)