Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dlpass-wsa-macro.c408 unsigned long active_ch_cnt[WSA_MACRO_MAX_DAIS];
1312 *tx_num = wsa->active_ch_cnt[dai->id];
2126 * active_ch_cnt and active_ch_mask use DAI IDs (WSA_MACRO_MAX_DAIS). in wsa_macro_set_ec_hq()
2127 * active_ch_cnt == 0 was tested in if() above. in wsa_macro_set_ec_hq()
2130 if (wsa->active_ch_cnt[dai_id]) { in wsa_macro_set_ec_hq()
2132 wsa->active_ch_cnt[dai_id]--; in wsa_macro_set_ec_hq()
2137 /* active_ch_cnt and active_ch_mask use DAI IDs (WSA_MACRO_MAX_DAIS). */ in wsa_macro_set_ec_hq()
2140 wsa->active_ch_cnt[dai_id]++; in wsa_macro_get_compander()
2265 wsa->active_ch_cnt[dai_id]++; in wsa_macro_soft_clip_enable_get()
2272 wsa->active_ch_cnt[dai_i in wsa_macro_soft_clip_enable_put()
409 unsigned long active_ch_cnt[WSA_MACRO_MAX_DAIS]; global() member
[all...]
H A Dlpass-va-macro.c208 unsigned long active_ch_cnt[VA_MACRO_MAX_DAIS]; member
599 va->active_ch_cnt[dai_id]++; in va_macro_tx_mixer_put()
602 va->active_ch_cnt[dai_id]--; in va_macro_tx_mixer_put()
914 *tx_num = va->active_ch_cnt[dai->id]; in va_macro_get_channel_map()
H A Dlpass-tx-macro.c273 unsigned long active_ch_cnt[TX_MACRO_MAX_DAIS]; member
894 tx->active_ch_cnt[dai_id]++; in tx_macro_tx_mixer_put()
900 tx->active_ch_cnt[dai_id]--; in tx_macro_tx_mixer_put()
1181 *tx_num = tx->active_ch_cnt[dai->id]; in tx_macro_get_channel_map()
H A Dlpass-rx-macro.c656 unsigned long active_ch_cnt[RX_MACRO_MAX_DAIS]; member
1876 *rx_num = rx->active_ch_cnt[dai->id]; in rx_macro_get_channel_map()
2492 * active_ch_cnt and active_ch_mask use DAI IDs (RX_MACRO_MAX_DAIS). in rx_macro_mux_put()
2493 * active_ch_cnt == 0 was tested in if() above. in rx_macro_mux_put()
2496 if (rx->active_ch_cnt[dai_id]) { in rx_macro_mux_put()
2498 rx->active_ch_cnt[dai_id]--; in rx_macro_mux_put()
2505 /* active_ch_cnt and active_ch_mask use DAI IDs (WSA_MACRO_MAX_DAIS). */ in rx_macro_mux_put()
2508 rx->active_ch_cnt[dai_id]++; in rx_macro_mux_put()