Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/sirf/
H A 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()
/OK3568_Linux_fs/kernel/sound/soc/samsung/
H A Dsmartq_wm8987.c108 gpiod_set_value(gpio, SND_SOC_DAPM_EVENT_OFF(event)); in smartq_speaker_event()
H A Dneo1973_wm8753.c189 gpiod_set_value(gpiod_amp_shut, SND_SOC_DAPM_EVENT_OFF(event)); in lm4853_event()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A 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()
H A Dmax9867.c70 else if (SND_SOC_DAPM_EVENT_OFF(event)) in max9867_adc_dac_event()
H A Dwcd9335.c3167 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hd2_control()
3264 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_config_compander()
3409 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hph_lohifi_config()
3456 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hph_lp_config()
3498 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hph_hifi_config()
3668 if (SND_SOC_DAPM_EVENT_OFF(event)) in wcd9335_codec_hph_post_pa_config()
H A Dwm2000.c686 if (SND_SOC_DAPM_EVENT_OFF(event)) in wm2000_anc_power_event()
H A Dnau8824.c509 if (SND_SOC_DAPM_EVENT_OFF(event)) { in system_clock_control()
H A Dwcd934x.c3416 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd934x_codec_hd2_control()
3453 if (SND_SOC_DAPM_EVENT_OFF(event)) { in wcd934x_codec_hphdelay_lutbypass()
/OK3568_Linux_fs/kernel/sound/soc/intel/boards/
H A Dsof_da7219_max98373.c50 if (SND_SOC_DAPM_EVENT_OFF(event)) { in platform_clock_control()
H A Dkbl_da7219_max98357a.c67 if (SND_SOC_DAPM_EVENT_OFF(event)) { in platform_clock_control()
H A Dbxt_da7219_max98357a.c76 if (SND_SOC_DAPM_EVENT_OFF(event)) { in platform_clock_control()
H A Dkbl_da7219_max98927.c86 if (SND_SOC_DAPM_EVENT_OFF(event)) { in platform_clock_control()
/OK3568_Linux_fs/kernel/sound/soc/sunxi/
H A Dsun8i-codec-analog.c359 } else if (SND_SOC_DAPM_EVENT_OFF(event)) { in sun8i_headphone_amp_event()
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc-dapm.h364 #define SND_SOC_DAPM_EVENT_OFF(e) \ macro