Home
last modified time | relevance | path

Searched refs:SND_SOC_DAPM_STREAM_NOP (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/sound/soc/
H A Dsoc-dapm.c2358 dapm_power_widgets(card, SND_SOC_DAPM_STREAM_NOP, update); in soc_dapm_mux_update_power()
2422 dapm_power_widgets(card, SND_SOC_DAPM_STREAM_NOP, update); in soc_dapm_mixer_update_power()
2691 return dapm_power_widgets(dapm->card, SND_SOC_DAPM_STREAM_NOP, NULL); in snd_soc_dapm_sync_unlocked()
3360 dapm_power_widgets(card, SND_SOC_DAPM_STREAM_NOP, NULL); in snd_soc_dapm_new_widgets()
H A Dsoc-pcm.c2562 dpcm_dapm_stream_event(fe, stream, SND_SOC_DAPM_STREAM_NOP); in dpcm_run_update_shutdown()
2606 dpcm_dapm_stream_event(fe, stream, SND_SOC_DAPM_STREAM_NOP); in dpcm_run_update_startup()
/linux-6.15/include/sound/
H A Dsoc-dapm.h375 #define SND_SOC_DAPM_STREAM_NOP 0x0 macro