Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/codecs/
Dlpass-wsa-macro.c1258 u16 hd2_enable_reg; in wsa_macro_hd2_control() local
1262 hd2_enable_reg = CDC_WSA_RX0_RX_PATH_CFG0; in wsa_macro_hd2_control()
1266 hd2_enable_reg = CDC_WSA_RX1_RX_PATH_CFG0; in wsa_macro_hd2_control()
1269 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in wsa_macro_hd2_control()
1276 snd_soc_component_update_bits(component, hd2_enable_reg, in wsa_macro_hd2_control()
1281 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in wsa_macro_hd2_control()
1282 snd_soc_component_update_bits(component, hd2_enable_reg, in wsa_macro_hd2_control()
Dlpass-rx-macro.c2221 u16 hd2_scale_reg, hd2_enable_reg; in rx_macro_hd2_control() local
2226 hd2_enable_reg = CDC_RX_RX0_RX_PATH_CFG0; in rx_macro_hd2_control()
2230 hd2_enable_reg = CDC_RX_RX1_RX_PATH_CFG0; in rx_macro_hd2_control()
2234 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in rx_macro_hd2_control()
2237 snd_soc_component_write_field(component, hd2_enable_reg, in rx_macro_hd2_control()
2241 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in rx_macro_hd2_control()
2242 snd_soc_component_write_field(component, hd2_enable_reg, in rx_macro_hd2_control()
Dwcd9335.c3145 u16 hd2_enable_reg = 0; in wcd9335_codec_hd2_control() local
3149 hd2_enable_reg = WCD9335_CDC_RX1_RX_PATH_CFG0; in wcd9335_codec_hd2_control()
3153 hd2_enable_reg = WCD9335_CDC_RX2_RX_PATH_CFG0; in wcd9335_codec_hd2_control()
3156 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in wcd9335_codec_hd2_control()
3163 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd9335_codec_hd2_control()
3168 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hd2_control()
3169 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd9335_codec_hd2_control()
Dwcd934x.c4188 u16 hd2_enable_reg = 0; in wcd934x_codec_hd2_control() local
4193 hd2_enable_reg = WCD934X_CDC_RX1_RX_PATH_CFG0; in wcd934x_codec_hd2_control()
4197 hd2_enable_reg = WCD934X_CDC_RX2_RX_PATH_CFG0; in wcd934x_codec_hd2_control()
4207 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd934x_codec_hd2_control()
4213 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd934x_codec_hd2_control()