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

/haiku/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)
437 controller->playback_stream = geode_stream_new(controller, STREAM_PLAYBACK);
H A Ddriver.h39 STREAM_PLAYBACK, enumerator in enum:__anon2
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Ddriver.h42 STREAM_PLAYBACK, enumerator in enum:__anon63
H A Dhda_controller.cpp719 case STREAM_PLAYBACK:
739 case STREAM_PLAYBACK:
751 type == STREAM_PLAYBACK ? "playback" : "record");
H A Dhda_codec.cpp1321 audioGroup->playback_stream = hda_stream_new(audioGroup, STREAM_PLAYBACK);
1349 if (stream->type == STREAM_PLAYBACK) {

Completed in 42 milliseconds