Searched refs:snd_pcm_resume (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_generic.c179 return snd_pcm_resume(generic->slave);
H A Dpcm_multi.c624 return snd_pcm_resume(multi->slaves[0].linked);
628 err = snd_pcm_resume(multi->slaves[i].pcm);
H A Dpcm_direct.c798 err = snd_pcm_resume(dmix->spcm);
H A Dpcm.c199 system. The stream can be resumed using #snd_pcm_resume()
278 should wait in loop when snd_pcm_resume() != -EAGAIN and then
279 call snd_pcm_prepare() when snd_pcm_resume() return an error code.
280 If snd_pcm_resume() does not fail (a zero value is returned), driver
1004 int snd_pcm_resume(snd_pcm_t *pcm) function
7348 while ((err = snd_pcm_resume(pcm)) == -EAGAIN)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dlaudio_alsa.c103 ret = snd_pcm_resume(hdl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/aserver/
H A Daserver.c487 ctrl->result = snd_pcm_resume(pcm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dpcm.c232 while ((err = snd_pcm_resume(handle)) == -EAGAIN)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm.h459 int snd_pcm_resume(snd_pcm_t *pcm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_native.c1179 static int snd_pcm_resume(struct snd_pcm_substream *substream) function
1193 static int snd_pcm_resume(struct snd_pcm_substream *substream) function
2530 return snd_pcm_resume(substream);

Completed in 218 milliseconds