Searched refs:ES1370_USE_PLAY (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.h32 #define ES1370_USE_PLAY (1 << 0) macro
H A Dmulti.c376 for (mode = ES1370_USE_PLAY; (int32)mode != -1;
377 mode = (mode == ES1370_USE_PLAY) ? ES1370_USE_RECORD : -1) {
389 chans[index].kind = (mode == ES1370_USE_PLAY) ? B_MULTI_OUTPUT_CHANNEL : B_MULTI_INPUT_CHANNEL;
396 if (mode==ES1370_USE_PLAY) {
694 if ((pstream->use & ES1370_USE_PLAY) == 0 ||
851 card->pstream = es1370_stream_new(card, ES1370_USE_PLAY, current_settings.buffer_frames, current_settings.buffer_count);

Completed in 65 milliseconds