Lines Matching refs:direction
39 snd_pcm_stream_t direction, int argc, char *const *argv)
54 assert(direction >= SND_PCM_STREAM_PLAYBACK);
55 assert(direction <= SND_PCM_STREAM_CAPTURE);
65 xfer->direction = direction;
74 err = xfer->ops->init(xfer, direction);
133 if (xfer->direction == SND_PCM_STREAM_CAPTURE) {
134 // For capture direction, use values in options if given.
141 } else if (xfer->direction == SND_PCM_STREAM_PLAYBACK) {
142 // For playback direction, check values in given options so that
199 if (xfer->direction == SND_PCM_STREAM_CAPTURE) {