Searched refs:hd2_enable_reg (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/sound/soc/codecs/ |
| D | lpass-wsa-macro.c | 1251 u16 hd2_enable_reg; in wsa_macro_hd2_control() local 1255 hd2_enable_reg = CDC_WSA_RX0_RX_PATH_CFG0; in wsa_macro_hd2_control() 1259 hd2_enable_reg = CDC_WSA_RX1_RX_PATH_CFG0; in wsa_macro_hd2_control() 1262 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in wsa_macro_hd2_control() 1269 snd_soc_component_update_bits(component, hd2_enable_reg, in wsa_macro_hd2_control() 1274 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in wsa_macro_hd2_control() 1275 snd_soc_component_update_bits(component, hd2_enable_reg, in wsa_macro_hd2_control()
|
| D | lpass-rx-macro.c | 2211 u16 hd2_scale_reg, hd2_enable_reg; in rx_macro_hd2_control() local 2216 hd2_enable_reg = CDC_RX_RX0_RX_PATH_CFG0; in rx_macro_hd2_control() 2220 hd2_enable_reg = CDC_RX_RX1_RX_PATH_CFG0; in rx_macro_hd2_control() 2224 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in rx_macro_hd2_control() 2227 snd_soc_component_write_field(component, hd2_enable_reg, in rx_macro_hd2_control() 2231 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in rx_macro_hd2_control() 2232 snd_soc_component_write_field(component, hd2_enable_reg, in rx_macro_hd2_control()
|
| D | wcd9335.c | 3153 u16 hd2_enable_reg = 0; in wcd9335_codec_hd2_control() local 3157 hd2_enable_reg = WCD9335_CDC_RX1_RX_PATH_CFG0; in wcd9335_codec_hd2_control() 3161 hd2_enable_reg = WCD9335_CDC_RX2_RX_PATH_CFG0; in wcd9335_codec_hd2_control() 3164 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in wcd9335_codec_hd2_control() 3171 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd9335_codec_hd2_control() 3176 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hd2_control() 3177 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd9335_codec_hd2_control()
|
| D | wcd934x.c | 4140 u16 hd2_enable_reg = 0; in wcd934x_codec_hd2_control() local 4145 hd2_enable_reg = WCD934X_CDC_RX1_RX_PATH_CFG0; in wcd934x_codec_hd2_control() 4149 hd2_enable_reg = WCD934X_CDC_RX2_RX_PATH_CFG0; in wcd934x_codec_hd2_control() 4159 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd934x_codec_hd2_control() 4165 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd934x_codec_hd2_control()
|