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 <kmani@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
8410ebe24c
commit
6bd895ef4b
@@ -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);
|
||||
/*
|
||||
|
Reference in New Issue
Block a user