Searched refs:AUICH_USE_PLAY (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.h86 #define AUICH_USE_PLAY (1 << 0) macro
H A Dmulti.c586 for (mode = AUICH_USE_PLAY; (int32)mode != -1;
587 mode = (mode == AUICH_USE_PLAY) ? AUICH_USE_RECORD : -1) {
600 = (mode == AUICH_USE_PLAY) ? B_MULTI_OUTPUT_CHANNEL : B_MULTI_INPUT_CHANNEL;
607 if (mode == AUICH_USE_PLAY)
912 if ((pstream->use & AUICH_USE_PLAY) == 0 ||
1073 card->pstream = auich_stream_new(card, AUICH_USE_PLAY, current_settings.buffer_frames, current_settings.buffer_count);
H A Dauich.c334 if (use & AUICH_USE_PLAY) {

Completed in 37 milliseconds