Merge "asoc: codecs: bolero: Reduce hpf corner freq delay to 50ms"
diff --git a/asoc/codecs/bolero/tx-macro.c b/asoc/codecs/bolero/tx-macro.c
index 58f3689..98ee1e7 100644
--- a/asoc/codecs/bolero/tx-macro.c
+++ b/asoc/codecs/bolero/tx-macro.c
@@ -691,7 +691,7 @@
CF_MIN_3DB_150HZ) {
schedule_delayed_work(
&tx_priv->tx_hpf_work[decimator].dwork,
- msecs_to_jiffies(300));
+ msecs_to_jiffies(50));
snd_soc_component_update_bits(component,
hpf_gate_reg, 0x02, 0x02);
/*
diff --git a/asoc/codecs/bolero/va-macro.c b/asoc/codecs/bolero/va-macro.c
index a1e4f92..8789fce 100644
--- a/asoc/codecs/bolero/va-macro.c
+++ b/asoc/codecs/bolero/va-macro.c
@@ -595,7 +595,7 @@
CF_MIN_3DB_150HZ)
schedule_delayed_work(
&va_priv->va_hpf_work[decimator].dwork,
- msecs_to_jiffies(300));
+ msecs_to_jiffies(50));
/* apply gain after decimator is enabled */
snd_soc_component_write(component, tx_gain_ctl_reg,
snd_soc_component_read32(component, tx_gain_ctl_reg));