Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dlpass-tx-macro.c249 struct hpf_work { struct
259 struct hpf_work tx_hpf_work[NUM_DECIMATORS]; argument
658 struct hpf_work *hpf_work; in tx_macro_tx_hpf_corner_freq_callback() local
665 hpf_work = container_of(hpf_delayed_work, struct hpf_work, dwork); in tx_macro_tx_hpf_corner_freq_callback()
666 tx = hpf_work->tx; in tx_macro_tx_hpf_corner_freq_callback()
668 hpf_cut_off_freq = hpf_work->hpf_cut_off_freq; in tx_macro_tx_hpf_corner_freq_callback()
670 dec_cfg_reg = CDC_TXn_TX_PATH_CFG0(hpf_work->decimator); in tx_macro_tx_hpf_corner_freq_callback()
671 hpf_gate_reg = CDC_TXn_TX_PATH_SEC2(hpf_work->decimator); in tx_macro_tx_hpf_corner_freq_callback()
673 if (is_amic_enabled(component, hpf_work->decimator)) { in tx_macro_tx_hpf_corner_freq_callback()