Home
last modified time | relevance | path

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; in auich_create_channels_list()
587 mode = (mode == AUICH_USE_PLAY) ? AUICH_USE_RECORD : -1) { in auich_create_channels_list()
600 = (mode == AUICH_USE_PLAY) ? B_MULTI_OUTPUT_CHANNEL : B_MULTI_INPUT_CHANNEL; in auich_create_channels_list()
607 if (mode == AUICH_USE_PLAY) in auich_create_channels_list()
912 if ((pstream->use & AUICH_USE_PLAY) == 0 || in auich_buffer_exchange()
1073 …card->pstream = auich_stream_new(card, AUICH_USE_PLAY, current_settings.buffer_frames, current_set… in auich_open()
H A Dauich.c334 if (use & AUICH_USE_PLAY) { in auich_stream_new()