Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/codecs/
Dlpass-wsa-macro.c1849 u32 aif_rst; in wsa_macro_rx_mux_put() local
1852 aif_rst = wsa->rx_port_value[widget->shift]; in wsa_macro_rx_mux_put()
1854 if (aif_rst == 0) { in wsa_macro_rx_mux_put()
1858 if (aif_rst >= WSA_MACRO_RX_MAX) { in wsa_macro_rx_mux_put()
1869 if (wsa->active_ch_cnt[aif_rst]) { in wsa_macro_rx_mux_put()
1871 &wsa->active_ch_mask[aif_rst]); in wsa_macro_rx_mux_put()
1872 wsa->active_ch_cnt[aif_rst]--; in wsa_macro_rx_mux_put()
Dlpass-rx-macro.c2284 u32 aif_rst; in rx_macro_mux_put() local
2287 aif_rst = rx->rx_port_value[widget->shift]; in rx_macro_mux_put()
2289 if (aif_rst == 0) { in rx_macro_mux_put()
2293 if (aif_rst > RX_MACRO_AIF4_PB) { in rx_macro_mux_put()
2302 if (rx->active_ch_cnt[aif_rst]) { in rx_macro_mux_put()
2304 &rx->active_ch_mask[aif_rst]); in rx_macro_mux_put()
2305 rx->active_ch_cnt[aif_rst]--; in rx_macro_mux_put()