Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dpcm.h574 int snd_pcm_suspend_all(struct snd_pcm *pcm);
576 static inline int snd_pcm_suspend_all(struct snd_pcm *pcm) in snd_pcm_suspend_all() function
/openbmc/linux/sound/core/
H A Dpcm.c611 snd_pcm_suspend_all(pstr->pcm); in do_pcm_suspend()
H A Dpcm_native.c1748 int snd_pcm_suspend_all(struct snd_pcm *pcm) in snd_pcm_suspend_all() function
1778 EXPORT_SYMBOL(snd_pcm_suspend_all);
/openbmc/linux/sound/soc/
H A Dsoc-core.c651 snd_pcm_suspend_all(rtd->pcm); in snd_soc_suspend()
/openbmc/linux/sound/pci/hda/
H A Dhda_codec.c3055 snd_pcm_suspend_all(cpcm->pcm); in snd_hda_codec_shutdown()
/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst3726 :c:func:`snd_pcm_suspend_all()` is called, regardless of the
3818 :c:func:`snd_pcm_suspend_all()` internally.