Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/codecs/
Dlpass-wsa-macro.c1256 u16 hd2_enable_reg; in wsa_macro_hd2_control() local
1260 hd2_enable_reg = CDC_WSA_RX0_RX_PATH_CFG0; in wsa_macro_hd2_control()
1264 hd2_enable_reg = CDC_WSA_RX1_RX_PATH_CFG0; in wsa_macro_hd2_control()
1267 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in wsa_macro_hd2_control()
1274 snd_soc_component_update_bits(component, hd2_enable_reg, in wsa_macro_hd2_control()
1279 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in wsa_macro_hd2_control()
1280 snd_soc_component_update_bits(component, hd2_enable_reg, in wsa_macro_hd2_control()
Dlpass-rx-macro.c2222 u16 hd2_scale_reg, hd2_enable_reg; in rx_macro_hd2_control() local
2227 hd2_enable_reg = CDC_RX_RX0_RX_PATH_CFG0; in rx_macro_hd2_control()
2231 hd2_enable_reg = CDC_RX_RX1_RX_PATH_CFG0; in rx_macro_hd2_control()
2235 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in rx_macro_hd2_control()
2238 snd_soc_component_write_field(component, hd2_enable_reg, in rx_macro_hd2_control()
2242 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in rx_macro_hd2_control()
2243 snd_soc_component_write_field(component, hd2_enable_reg, in rx_macro_hd2_control()
Dwcd9335.c3156 u16 hd2_enable_reg = 0; in wcd9335_codec_hd2_control() local
3160 hd2_enable_reg = WCD9335_CDC_RX1_RX_PATH_CFG0; in wcd9335_codec_hd2_control()
3164 hd2_enable_reg = WCD9335_CDC_RX2_RX_PATH_CFG0; in wcd9335_codec_hd2_control()
3167 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in wcd9335_codec_hd2_control()
3174 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd9335_codec_hd2_control()
3179 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hd2_control()
3180 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd9335_codec_hd2_control()
Dwcd934x.c4176 u16 hd2_enable_reg = 0; in wcd934x_codec_hd2_control() local
4181 hd2_enable_reg = WCD934X_CDC_RX1_RX_PATH_CFG0; in wcd934x_codec_hd2_control()
4185 hd2_enable_reg = WCD934X_CDC_RX2_RX_PATH_CFG0; in wcd934x_codec_hd2_control()
4195 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd934x_codec_hd2_control()
4201 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd934x_codec_hd2_control()