Lines Matching refs:rx_port_value
406 int rx_port_value[WSA_MACRO_RX_MAX]; member
2144 wsa->rx_port_value[widget->shift]; in wsa_macro_rx_mux_get()
2157 u32 rx_port_value = ucontrol->value.integer.value[0]; in wsa_macro_rx_mux_put() local
2162 aif_rst = wsa->rx_port_value[widget->shift]; in wsa_macro_rx_mux_put()
2163 if (!rx_port_value) { in wsa_macro_rx_mux_put()
2171 wsa->rx_port_value[widget->shift] = rx_port_value; in wsa_macro_rx_mux_put()
2175 switch (rx_port_value) { in wsa_macro_rx_mux_put()
2186 &wsa->active_ch_mask[rx_port_value]); in wsa_macro_rx_mux_put()
2187 wsa->active_ch_cnt[rx_port_value]++; in wsa_macro_rx_mux_put()
2192 __func__, rx_port_value); in wsa_macro_rx_mux_put()
2197 rx_port_value, e, update); in wsa_macro_rx_mux_put()