Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dlpass-tx-macro.c250 struct hpf_work { struct
270 struct hpf_work tx_hpf_work[NUM_DECIMATORS]; argument
675 struct hpf_work *hpf_work; in tx_macro_tx_hpf_corner_freq_callback() local
682 hpf_work = container_of(hpf_delayed_work, struct hpf_work, dwork); in tx_macro_tx_hpf_corner_freq_callback()
683 tx = hpf_work->tx; in tx_macro_tx_hpf_corner_freq_callback()
685 hpf_cut_off_freq = hpf_work->hpf_cut_off_freq; in tx_macro_tx_hpf_corner_freq_callback()
687 dec_cfg_reg = CDC_TXn_TX_PATH_CFG0(hpf_work->decimator); in tx_macro_tx_hpf_corner_freq_callback()
688 hpf_gate_reg = CDC_TXn_TX_PATH_SEC2(hpf_work->decimator); in tx_macro_tx_hpf_corner_freq_callback()
690 if (is_amic_enabled(component, tx, hpf_work->decimator)) { in tx_macro_tx_hpf_corner_freq_callback()