Searched refs:bp (Results 1 – 11 of 11) sorted by relevance
/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 225 struct best_voice *bp; in lookup_voices() local 246 bp = best + V_FREE; in lookup_voices() 248 bp = best + V_OFF; in lookup_voices() 252 bp = best + V_RELEASED; in lookup_voices() 256 bp = best + V_OFF; in lookup_voices() 262 bp = best + V_PLAYING; in lookup_voices() 267 if (bp != best + V_OFF && bp != best + V_FREE && in lookup_voices() 271 bp = best + V_OFF; in lookup_voices() 274 if (vp->time < bp->time) { in lookup_voices() 275 bp->time = vp->time; in lookup_voices() [all …]
|
/sound/isa/sb/ |
D | emu8000_callback.c | 173 struct best *bp; in get_voice() local 192 bp = best + OFF; in get_voice() 195 bp = best + RELEASED; in get_voice() 198 bp = best + OFF; in get_voice() 201 bp = best + PLAYING; in get_voice() 210 bp = best + OFF; in get_voice() 213 if (vp->time < bp->time) { in get_voice() 214 bp->time = vp->time; in get_voice() 215 bp->voice = i; in get_voice()
|
/sound/drivers/opl3/ |
D | opl3_midi.c | 165 struct best *bp; in opl3_get_voice() local 182 bp = best; in opl3_get_voice() 194 bp++; in opl3_get_voice() 200 bp++; in opl3_get_voice() 208 bp++; in opl3_get_voice() 211 bp++; in opl3_get_voice() 214 bp++; in opl3_get_voice() 216 if (voice_time < bp->time) { in opl3_get_voice() 217 bp->time = voice_time; in opl3_get_voice() 218 bp->voice = i; in opl3_get_voice()
|
/sound/pci/ctxfi/ |
D | ctsrc.h | 65 int (*set_bp)(struct src *src, unsigned int bp);
|
D | cthardware.h | 102 int (*src_set_bp)(void *blk, unsigned int bp);
|
D | ctsrc.c | 108 static int src_set_bp(struct src *src, unsigned int bp) in src_set_bp() argument 113 hw->src_set_bp(src->rsc.ctrl_blk, bp); in src_set_bp()
|
D | cthw20k2.c | 279 static int src_set_bp(void *blk, unsigned int bp) in src_set_bp() argument 283 set_field(&ctl->ctl, SRCCTL_BP, bp); in src_set_bp()
|
D | cthw20k1.c | 279 static int src_set_bp(void *blk, unsigned int bp) in src_set_bp() argument 283 set_field(&ctl->ctl, SRCCTL_BP, bp); in src_set_bp()
|
/sound/pci/hda/ |
D | hda_auto_parser.c | 38 static int compare_seq(const void *ap, const void *bp) in compare_seq() argument 41 const struct auto_out_pin *b = bp; in compare_seq() 72 static int compare_input_type(const void *ap, const void *bp) in compare_input_type() argument 75 const struct auto_pin_cfg_item *b = bp; in compare_input_type()
|
D | hda_generic.c | 4700 static int compare_attr(const void *ap, const void *bp) in compare_attr() argument 4703 const struct automic_entry *b = bp; in compare_attr()
|
/sound/pci/au88x0/ |
D | au88x0_eq.c | 643 static void vortex_Eqlzr_SetBypass(vortex_t * vortex, u32 bp) in vortex_Eqlzr_SetBypass() argument 647 if ((eq->this28) && (bp == 0)) { in vortex_Eqlzr_SetBypass()
|