Searched refs:auvia_stream_new (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.h167 auvia_stream *auvia_stream_new(auvia_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
H A Dauvia.c294 auvia_stream_new(auvia_dev *card, uint8 use, uint32 bufframes, uint8 bufcount) function
298 LOG(("auvia_stream_new\n"));
H A Dmulti.c1097 card->rstream = auvia_stream_new(card, AUVIA_USE_RECORD, BUFFER_FRAMES, BUFFER_COUNT);
1098 card->pstream = auvia_stream_new(card, AUVIA_USE_PLAY, BUFFER_FRAMES, BUFFER_COUNT);

Completed in 55 milliseconds