Searched refs:STREAM_PLAYBACK (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Dgeode_controller.cpp206 case STREAM_PLAYBACK:
239 stream->buffer_ready_sem = create_sem(0, stream->type == STREAM_PLAYBACK
244 if (stream->type == STREAM_PLAYBACK)
436 controller->playback_stream = geode_stream_new(controller, STREAM_PLAYBACK);
H A Ddriver.h39 STREAM_PLAYBACK, enumerator in enum:__anon1480
/haiku-fatelf/src/add-ons/kernel/drivers/audio/hda/
H A Ddriver.h52 STREAM_PLAYBACK, enumerator in enum:__anon1542
H A Dhda_controller.cpp536 case STREAM_PLAYBACK:
556 case STREAM_PLAYBACK:
568 type == STREAM_PLAYBACK ? " playback" : "record");
H A Dhda_codec.cpp1284 audioGroup->playback_stream = hda_stream_new(audioGroup, STREAM_PLAYBACK);
1311 if (stream->type == STREAM_PLAYBACK) {

Completed in 102 milliseconds