AUICH_USE_PLAY
if (use & AUICH_USE_PLAY) {
card->pstream = auich_stream_new(card, AUICH_USE_PLAY, current_settings.buffer_frames, current_settings.buffer_count);
for (mode = AUICH_USE_PLAY; (int32)mode != -1;
mode = (mode == AUICH_USE_PLAY) ? AUICH_USE_RECORD : -1) {
= (mode == AUICH_USE_PLAY) ? B_MULTI_OUTPUT_CHANNEL : B_MULTI_INPUT_CHANNEL;
if (mode == AUICH_USE_PLAY)
if ((pstream->use & AUICH_USE_PLAY) == 0 ||