Home
last modified time | relevance | path

Searched refs:snd_pcm_suspend_all (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/include/sound/
Dpcm.h564 int snd_pcm_suspend_all(struct snd_pcm *pcm);
566 static inline int snd_pcm_suspend_all(struct snd_pcm *pcm) in snd_pcm_suspend_all() function
/Linux-v5.4/sound/core/
Dpcm.c608 snd_pcm_suspend_all(pstr->pcm); in do_pcm_suspend()
Dpcm_native.c1499 int snd_pcm_suspend_all(struct snd_pcm *pcm) in snd_pcm_suspend_all() function
1528 EXPORT_SYMBOL(snd_pcm_suspend_all);
/Linux-v5.4/sound/soc/intel/haswell/
Dsst-haswell-pcm.c1332 snd_pcm_suspend_all(pcm_data->hsw_pcm); in hsw_pcm_prepare()
/Linux-v5.4/sound/soc/
Dsoc-core.c475 snd_pcm_suspend_all(rtd->pcm); in snd_soc_suspend()
/Linux-v5.4/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst3895 :c:func:`snd_pcm_suspend_all()` is called, regardless of the
3994 :c:func:`snd_pcm_suspend_all()` internally.