Prechádzať zdrojové kódy

asoc: codecs: bolero: increase hpf cut off frequency time

Increase hpf corner cut off frequency call back time
to sustain 150Hz cut off for a longer time to avoid
DC noise coming to the decimators during a record
session.

Change-Id: I5aa4f4c38a5dfd84655995217fdfc1708713c178
Signed-off-by: Karthikeyan Mani <[email protected]>
Karthikeyan Mani 5 rokov pred
rodič
commit
6bd895ef4b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      asoc/codecs/bolero/tx-macro.c

+ 1 - 1
asoc/codecs/bolero/tx-macro.c

@@ -730,7 +730,7 @@ static int tx_macro_enable_dec(struct snd_soc_dapm_widget *w,
 							CF_MIN_3DB_150HZ) {
 			schedule_delayed_work(
 					&tx_priv->tx_hpf_work[decimator].dwork,
-					msecs_to_jiffies(50));
+					msecs_to_jiffies(300));
 			snd_soc_component_update_bits(component,
 					hpf_gate_reg, 0x02, 0x02);
 			/*