AUVIA_USE_PLAY
if(stream->use & AUVIA_USE_PLAY)
if(use & AUVIA_USE_PLAY) {
card->pstream = auvia_stream_new(card, AUVIA_USE_PLAY, BUFFER_FRAMES, BUFFER_COUNT);
for (mode = AUVIA_USE_PLAY; mode != -1;
mode = (mode == AUVIA_USE_PLAY) ? AUVIA_USE_RECORD : -1) {
(mode == AUVIA_USE_PLAY) ? B_MULTI_OUTPUT_CHANNEL : B_MULTI_INPUT_CHANNEL;
if (mode == AUVIA_USE_PLAY) {
if ((pstream->use & AUVIA_USE_PLAY) == 0 ||