Searched refs:snd_pcm_pause (Results 1 - 6 of 6) 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.c173 return snd_pcm_pause(generic->slave, enable);
H A Dpcm_multi.c533 return snd_pcm_pause(multi->slaves[0].linked, enable);
537 err = snd_pcm_pause(multi->slaves[i].pcm, enable);
H A Dpcm.c193 the #snd_pcm_pause() function until the pause is released.
461 \par snd_pcm_pause
462 The #snd_pcm_pause() function enters the
1135 int snd_pcm_pause(snd_pcm_t *pcm, int enable) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/aserver/
H A Daserver.c463 ctrl->result = snd_pcm_pause(pcm, ctrl->u.pause.enable);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_native.c1033 static int snd_pcm_pause(struct snd_pcm_substream *substream, int push) function
1444 snd_pcm_pause(substream, 0);
1531 snd_pcm_pause(substream, 0);
2553 res = snd_pcm_pause(substream, (int)(unsigned long)arg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm.h455 int snd_pcm_pause(snd_pcm_t *pcm, int enable);

Completed in 114 milliseconds