Searched refs:voices (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.c1255 LIST_FOREACH(voice, &stream->voices, next) {
1488 LIST_FOREACH(voice, &stream->voices, next) {
1494 LIST_INIT(&(stream->voices));
1519 LIST_INSERT_HEAD((&stream->voices), voice, next);
1557 LIST_FOREACH(voice, &stream->voices, next) {
1566 LIST_FOREACH(voice, &stream->voices, next)
1580 LIST_FOREACH(voice, &stream->voices, next)
1604 LIST_FOREACH(voice, &stream->voices, next)
1621 LIST_FOREACH(voice, &stream->voices, next)
1647 LIST_FOREACH(voice, &stream->voices, nex
[all...]
H A Demuxki.h297 LIST_HEAD(, _emuxki_voice) voices; member in struct:_emuxki_stream

Completed in 46 milliseconds