Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h573 int snd_pcm_suspend_all(struct snd_pcm *pcm);
575 static inline int snd_pcm_suspend_all(struct snd_pcm *pcm) in snd_pcm_suspend_all() function
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm.c608 snd_pcm_suspend_all(pstr->pcm); in do_pcm_suspend()
H A Dpcm_native.c1724 int snd_pcm_suspend_all(struct snd_pcm *pcm) in snd_pcm_suspend_all() function
1759 EXPORT_SYMBOL(snd_pcm_suspend_all);
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-core.c564 snd_pcm_suspend_all(rtd->pcm); in snd_soc_suspend()
/OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst3964 :c:func:`snd_pcm_suspend_all()` is called, regardless of the
4063 :c:func:`snd_pcm_suspend_all()` internally.