Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/sirf/
Dsirf-audio.c28 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()
/Linux-v5.4/sound/soc/samsung/
Dsmartq_wm8987.c108 gpiod_set_value(gpio, SND_SOC_DAPM_EVENT_OFF(event)); in smartq_speaker_event()
Dneo1973_wm8753.c191 gpio_set_value(S3C2410_GPJ(1), SND_SOC_DAPM_EVENT_OFF(event)); in lm4853_event()
/Linux-v5.4/sound/soc/codecs/
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()
Dwcd9335.c3176 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()
Dwm2000.c686 if (SND_SOC_DAPM_EVENT_OFF(event)) in wm2000_anc_power_event()
Dnau8824.c502 if (SND_SOC_DAPM_EVENT_OFF(event)) { in system_clock_control()
/Linux-v5.4/sound/soc/intel/boards/
Dkbl_da7219_max98357a.c67 if (SND_SOC_DAPM_EVENT_OFF(event)) { in platform_clock_control()
Dbxt_da7219_max98357a.c68 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-v5.4/sound/soc/sunxi/
Dsun8i-codec-analog.c359 } else if (SND_SOC_DAPM_EVENT_OFF(event)) { in sun8i_headphone_amp_event()
/Linux-v5.4/include/sound/
Dsoc-dapm.h362 #define SND_SOC_DAPM_EVENT_OFF(e) \ macro