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

/sound/isa/sb/
H A Demu8000_callback.c172 struct best *bp; local
191 bp = best + OFF;
194 bp = best + RELEASED;
197 bp = best + OFF;
200 bp = best + PLAYING;
209 bp = best + OFF;
212 if (vp->time < bp->time) {
213 bp->time = vp->time;
214 bp->voice = i;
/sound/pci/emu10k1/
H A Demu10k1_callback.c226 struct best_voice *bp; local
247 bp = best + V_FREE;
249 bp = best + V_OFF;
253 bp = best + V_RELEASED;
257 bp = best + V_OFF;
263 bp = best + V_PLAYING;
268 if (bp != best + V_OFF && bp != best + V_FREE &&
272 bp = best + V_OFF;
275 if (vp->time < bp
[all...]
/sound/drivers/opl3/
H A Dopl3_midi.c163 struct best *bp; local
180 bp = best;
192 bp++;
198 bp++;
206 bp++;
209 bp++;
212 bp++;
214 if (voice_time < bp->time) {
215 bp->time = voice_time;
216 bp
[all...]
/sound/pci/ctxfi/
H A Dctsrc.h64 int (*set_bp)(struct src *src, unsigned int bp);
H A Dcthardware.h89 int (*src_set_bp)(void *blk, unsigned int bp);
H A Dctsrc.c108 static int src_set_bp(struct src *src, unsigned int bp) argument
113 hw->src_set_bp(src->rsc.ctrl_blk, bp);
H A Dcthw20k1.c285 static int src_set_bp(void *blk, unsigned int bp) argument
289 set_field(&ctl->ctl, SRCCTL_BP, bp);
H A Dcthw20k2.c283 static int src_set_bp(void *blk, unsigned int bp) argument
287 set_field(&ctl->ctl, SRCCTL_BP, bp);
/sound/pci/au88x0/
H A Dau88x0_eq.c643 static void vortex_Eqlzr_SetBypass(vortex_t * vortex, u32 bp) argument
647 if ((eq->this28) && (bp == 0)) {

Completed in 378 milliseconds