Searched refs:SND_SOC_DAPM_EVENT_OFF (Results 1 – 15 of 15) sorted by relevance
28 int on = !SND_SOC_DAPM_EVENT_OFF(event); in sirf_audio_hp_event()41 int on = !SND_SOC_DAPM_EVENT_OFF(event); in sirf_audio_spk_event()
108 gpiod_set_value(gpio, SND_SOC_DAPM_EVENT_OFF(event)); in smartq_speaker_event()
189 gpiod_set_value(gpiod_amp_shut, SND_SOC_DAPM_EVENT_OFF(event)); in lm4853_event()
246 } else if (SND_SOC_DAPM_EVENT_OFF(event)) { in adc_power_control()261 if (SND_SOC_DAPM_EVENT_OFF(event)) { in aiftx_power_control()
70 else if (SND_SOC_DAPM_EVENT_OFF(event)) in max9867_adc_dac_event()
3176 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hd2_control()3273 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_config_compander()3418 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hph_lohifi_config()3465 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hph_lp_config()3507 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hph_hifi_config()3677 if (SND_SOC_DAPM_EVENT_OFF(event)) in wcd9335_codec_hph_post_pa_config()
686 if (SND_SOC_DAPM_EVENT_OFF(event)) in wm2000_anc_power_event()
502 if (SND_SOC_DAPM_EVENT_OFF(event)) { in system_clock_control()
3372 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd934x_codec_hd2_control()3409 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd934x_codec_hphdelay_lutbypass()
50 if (SND_SOC_DAPM_EVENT_OFF(event)) { in platform_clock_control()
67 if (SND_SOC_DAPM_EVENT_OFF(event)) { in platform_clock_control()
76 if (SND_SOC_DAPM_EVENT_OFF(event)) { in platform_clock_control()
86 if (SND_SOC_DAPM_EVENT_OFF(event)) { in platform_clock_control()
359 } else if (SND_SOC_DAPM_EVENT_OFF(event)) { in sun8i_headphone_amp_event()
364 #define SND_SOC_DAPM_EVENT_OFF(e) \ macro