Searched refs:hd2_enable_reg (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/sound/soc/codecs/ |
| H A D | lpass-wsa-macro.c | 1615 u16 hd2_enable_reg; in wsa_macro_hd2_control() local 1619 hd2_enable_reg = CDC_WSA_RX0_RX_PATH_CFG0; in wsa_macro_hd2_control() 1623 hd2_enable_reg = CDC_WSA_RX1_RX_PATH_CFG0; in wsa_macro_hd2_control() 1626 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in wsa_macro_hd2_control() 1633 snd_soc_component_update_bits(component, hd2_enable_reg, in wsa_macro_hd2_control() 1638 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in wsa_macro_hd2_control() 1639 snd_soc_component_update_bits(component, hd2_enable_reg, in wsa_macro_hd2_control()
|
| H A D | lpass-rx-macro.c | 2405 u16 hd2_scale_reg, hd2_enable_reg; in rx_macro_hd2_control() local 2410 hd2_enable_reg = CDC_RX_RXn_RX_PATH_CFG0(rx, 0); in rx_macro_hd2_control() 2414 hd2_enable_reg = CDC_RX_RXn_RX_PATH_CFG0(rx, 1); in rx_macro_hd2_control() 2418 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in rx_macro_hd2_control() 2421 snd_soc_component_write_field(component, hd2_enable_reg, in rx_macro_hd2_control() 2425 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in rx_macro_hd2_control() 2426 snd_soc_component_write_field(component, hd2_enable_reg, in rx_macro_hd2_control()
|
| H A D | wcd9335.c | 3090 u16 hd2_enable_reg = 0; in wcd9335_codec_hd2_control() local 3094 hd2_enable_reg = WCD9335_CDC_RX1_RX_PATH_CFG0; in wcd9335_codec_hd2_control() 3098 hd2_enable_reg = WCD9335_CDC_RX2_RX_PATH_CFG0; in wcd9335_codec_hd2_control() 3101 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in wcd9335_codec_hd2_control() 3108 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd9335_codec_hd2_control() 3113 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hd2_control() 3114 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd9335_codec_hd2_control()
|
| H A D | wcd934x.c | 4170 u16 hd2_enable_reg = 0; in wcd934x_codec_hd2_control() local 4175 hd2_enable_reg = WCD934X_CDC_RX1_RX_PATH_CFG0; in wcd934x_codec_hd2_control() 4179 hd2_enable_reg = WCD934X_CDC_RX2_RX_PATH_CFG0; in wcd934x_codec_hd2_control() 4189 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd934x_codec_hd2_control() 4195 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd934x_codec_hd2_control()
|