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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvwsnd.c97 * area it owns and update its pointers. See pcm_output() and
1902 * pcm_output() is called both from baselevel and from interrupt level.
1911 * If another thread calls pcm_output() while HW_BUSY is set, it
1916 * periods instead of one long period. Also, when pcm_output is
1920 static void pcm_output(vwsnd_dev_t *devc, int erflown, int nb) function
2157 pcm_output(devc, 0, nb);
2214 pcm_output(devc, underflown, 0);
2360 pcm_output(devc, 0, nb);
2670 pcm_output(devc, 0, 0);
2854 pcm_output(dev
[all...]

Completed in 51 milliseconds