Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/utils/
Dpadsp.c1945 static int dsp_cork(fd_info *i, pa_stream *s, int b) { in dsp_cork() function
2214 if (dsp_cork(i, i->play_stream, !((*(int*) argp) & PCM_ENABLE_OUTPUT)) < 0) in dsp_ioctl()
2223 if (dsp_cork(i, i->rec_stream, !((*(int*) argp) & PCM_ENABLE_INPUT)) < 0) in dsp_ioctl()