ES1370_USE_PLAY
for (mode = ES1370_USE_PLAY; (int32)mode != -1;
mode = (mode == ES1370_USE_PLAY) ? ES1370_USE_RECORD : -1) {
chans[index].kind = (mode == ES1370_USE_PLAY) ? B_MULTI_OUTPUT_CHANNEL : B_MULTI_INPUT_CHANNEL;
if (mode==ES1370_USE_PLAY) {
if ((pstream->use & ES1370_USE_PLAY) == 0 ||
card->pstream = es1370_stream_new(card, ES1370_USE_PLAY, current_settings.buffer_frames, current_settings.buffer_count);