Home
last modified time | relevance | path

Searched refs:hpf_cut_off_freq (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/sound/soc/codecs/
Dlpass-tx-macro.c254 u8 hpf_cut_off_freq; member
680 u8 hpf_cut_off_freq; in tx_macro_tx_hpf_corner_freq_callback() local
686 hpf_cut_off_freq = hpf_work->hpf_cut_off_freq; in tx_macro_tx_hpf_corner_freq_callback()
695 hpf_cut_off_freq); in tx_macro_tx_hpf_corner_freq_callback()
707 hpf_cut_off_freq); in tx_macro_tx_hpf_corner_freq_callback()
916 u8 hpf_cut_off_freq; in tx_macro_enable_dec() local
960 hpf_cut_off_freq = snd_soc_component_read_field(component, dec_cfg_reg, in tx_macro_enable_dec()
963 tx->tx_hpf_work[decimator].hpf_cut_off_freq = in tx_macro_enable_dec()
964 hpf_cut_off_freq; in tx_macro_enable_dec()
966 if (hpf_cut_off_freq != CF_MIN_3DB_150HZ) in tx_macro_enable_dec()
[all …]
Dlpass-va-macro.c742 u8 hpf_cut_off_freq; in va_macro_enable_dec() local
774 hpf_cut_off_freq = (snd_soc_component_read(comp, dec_cfg_reg) & in va_macro_enable_dec()
777 if (hpf_cut_off_freq != CF_MIN_3DB_150HZ) { in va_macro_enable_dec()