Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dlpass-wsa-macro.c1720 u16 val, ec_tx, ec_hq_reg; in wsa_macro_enable_echo() local
1727 ec_tx = val - 1; in wsa_macro_enable_echo()
1731 ec_tx = (val >> CDC_WSA_RX_MIX_TX1_SEL_SHFT) - 1; in wsa_macro_enable_echo()
1739 if (wsa->ec_hq[ec_tx]) { in wsa_macro_enable_echo()
1740 ec_hq_reg = CDC_WSA_EC_HQ0_EC_REF_HQ_PATH_CTL + 0x40 * ec_tx; in wsa_macro_enable_echo()
1744 ec_hq_reg = CDC_WSA_EC_HQ0_EC_REF_HQ_CFG0 + 0x40 * ec_tx; in wsa_macro_enable_echo()
1759 int ec_tx = ((struct soc_mixer_control *) kcontrol->private_value)->shift; in wsa_macro_get_ec_hq() local
1762 ucontrol->value.integer.value[0] = wsa->ec_hq[ec_tx]; in wsa_macro_get_ec_hq()
1771 int ec_tx = ((struct soc_mixer_control *) kcontrol->private_value)->shift; in wsa_macro_set_ec_hq() local
1775 wsa->ec_hq[ec_tx] = value; in wsa_macro_set_ec_hq()
H A Dlpass-rx-macro.c2905 int ec_tx = -1; in rx_macro_enable_echo() local
2910 ec_tx = ((val & 0xf0) >> 0x4) - 1; in rx_macro_enable_echo()
2912 ec_tx = (val & 0x0f) - 1; in rx_macro_enable_echo()
2917 ec_tx = (val & 0x0f) - 1; in rx_macro_enable_echo()
2919 if (ec_tx < 0 || (ec_tx >= RX_MACRO_EC_MUX_MAX)) { in rx_macro_enable_echo()
2925 0x40 * ec_tx; in rx_macro_enable_echo()
2928 0x40 * ec_tx; in rx_macro_enable_echo()