Home
last modified time | relevance | path

Searched refs:SND_SOC_DAPM_EVENT_OFF (Results 1 – 20 of 20) sorted by relevance

/linux-6.1.9/sound/soc/samsung/
Dsmartq_wm8987.c108 gpiod_set_value(gpio, SND_SOC_DAPM_EVENT_OFF(event)); in smartq_speaker_event()
Dneo1973_wm8753.c189 gpiod_set_value(gpiod_amp_shut, SND_SOC_DAPM_EVENT_OFF(event)); in lm4853_event()
/linux-6.1.9/sound/soc/codecs/
Dlpass-rx-macro.c2008 if (SND_SOC_DAPM_EVENT_OFF(event)) in rx_macro_config_compander()
2026 if (SND_SOC_DAPM_EVENT_OFF(event)) { in rx_macro_config_compander()
2112 if (SND_SOC_DAPM_EVENT_OFF(event)) { in rx_macro_config_softclip()
2131 if (SND_SOC_DAPM_EVENT_OFF(event)) { in rx_macro_config_aux_hpf()
2153 if (SND_SOC_DAPM_EVENT_OFF(event)) { in rx_macro_config_classh()
2241 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in rx_macro_hd2_control()
2502 if (hph_lut_bypass_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in rx_macro_hphdelay_lutbypass()
2550 if (SND_SOC_DAPM_EVENT_OFF(event)) { in rx_macro_enable_interp_clk()
Dnau8540.c246 } else if (SND_SOC_DAPM_EVENT_OFF(event)) { in adc_power_control()
261 if (SND_SOC_DAPM_EVENT_OFF(event)) { in aiftx_power_control()
Dmax9867.c70 else if (SND_SOC_DAPM_EVENT_OFF(event)) in max9867_adc_dac_event()
Dwcd9335.c3168 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hd2_control()
3265 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_config_compander()
3410 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hph_lohifi_config()
3457 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hph_lp_config()
3499 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hph_hifi_config()
3669 if (SND_SOC_DAPM_EVENT_OFF(event)) in wcd9335_codec_hph_post_pa_config()
Dlpass-wsa-macro.c1278 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in wsa_macro_hd2_control()
1320 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wsa_macro_config_compander()
1404 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wsa_macro_config_softclip()
Dwm2000.c686 if (SND_SOC_DAPM_EVENT_OFF(event)) in wm2000_anc_power_event()
Dnau8821.c506 if (SND_SOC_DAPM_EVENT_OFF(event)) { in system_clock_control()
Dnau8824.c510 if (SND_SOC_DAPM_EVENT_OFF(event)) { in system_clock_control()
Dnau8825.c992 if (SND_SOC_DAPM_EVENT_OFF(event)) { in system_clock_control()
Dwcd934x.c4200 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd934x_codec_hd2_control()
4237 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd934x_codec_hphdelay_lutbypass()
/linux-6.1.9/sound/soc/intel/avs/boards/
Dda7219.c41 if (SND_SOC_DAPM_EVENT_OFF(event)) { in platform_clock_control()
/linux-6.1.9/sound/soc/amd/vangogh/
Dacp5x-mach.c280 if (SND_SOC_DAPM_EVENT_OFF(event)) { in platform_clock_control()
/linux-6.1.9/sound/soc/intel/boards/
Dsof_da7219_max98373.c50 if (SND_SOC_DAPM_EVENT_OFF(event)) { in platform_clock_control()
Dkbl_da7219_max98357a.c68 if (SND_SOC_DAPM_EVENT_OFF(event)) { in platform_clock_control()
Dbxt_da7219_max98357a.c76 if (SND_SOC_DAPM_EVENT_OFF(event)) { in platform_clock_control()
Dkbl_da7219_max98927.c86 if (SND_SOC_DAPM_EVENT_OFF(event)) { in platform_clock_control()
/linux-6.1.9/sound/soc/sunxi/
Dsun8i-codec-analog.c359 } else if (SND_SOC_DAPM_EVENT_OFF(event)) { in sun8i_headphone_amp_event()
/linux-6.1.9/include/sound/
Dsoc-dapm.h364 #define SND_SOC_DAPM_EVENT_OFF(e) \ macro