Searched refs:aif_rst (Results 1 - 2 of 2) sorted by path

/linux-master/sound/soc/codecs/
H A Dlpass-rx-macro.c2294 u32 aif_rst; local
2297 aif_rst = rx->rx_port_value[widget->shift];
2299 if (aif_rst == 0)
2301 if (aif_rst > RX_MACRO_AIF4_PB) {
2310 if (rx->active_ch_cnt[aif_rst]) {
2312 &rx->active_ch_mask[aif_rst]);
2313 rx->active_ch_cnt[aif_rst]--;
H A Dlpass-wsa-macro.c1852 u32 aif_rst; local
1855 aif_rst = wsa->rx_port_value[widget->shift];
1857 if (aif_rst == 0)
1859 if (aif_rst >= WSA_MACRO_RX_MAX) {
1870 if (wsa->active_ch_cnt[aif_rst]) {
1872 &wsa->active_ch_mask[aif_rst]);
1873 wsa->active_ch_cnt[aif_rst]--;

Completed in 224 milliseconds