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

/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.h192 auich_stream *auich_stream_new(auich_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
H A Dmulti.c1072 card->rstream = auich_stream_new(card, AUICH_USE_RECORD, current_settings.buffer_frames, current_settings.buffer_count);
1073 card->pstream = auich_stream_new(card, AUICH_USE_PLAY, current_settings.buffer_frames, current_settings.buffer_count);
H A Dauich.c310 auich_stream_new(auich_dev *card, uint8 use, uint32 bufframes, uint8 bufcount) function
314 LOG(("auich_stream_new\n"));

Completed in 41 milliseconds