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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/emu10k1/
H A Dpassthrough.c61 static inline int pt_can_write(struct pt_data *pt) function
71 if (nonblock && !pt_can_write(pt))
73 while (!pt_can_write(pt) && pt->state != PT_STATE_INACTIVE) {

Completed in 38 milliseconds