Searched refs:AUICH_USE_PLAY (Results 1 – 3 of 3) sorted by relevance
86 #define AUICH_USE_PLAY (1 << 0) macro
586 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()
334 if (use & AUICH_USE_PLAY) { in auich_stream_new()