Searched refs:bp (Results 1 – 11 of 11) sorted by relevance
/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 213 struct best_voice *bp; in lookup_voices() local 234 bp = best + V_FREE; in lookup_voices() 236 bp = best + V_OFF; in lookup_voices() 240 bp = best + V_RELEASED; in lookup_voices() 244 bp = best + V_OFF; in lookup_voices() 250 bp = best + V_PLAYING; in lookup_voices() 255 if (bp != best + V_OFF && bp != best + V_FREE && in lookup_voices() 259 bp = best + V_OFF; in lookup_voices() 262 if (vp->time < bp->time) { in lookup_voices() 263 bp->time = vp->time; in lookup_voices() [all …]
|
/sound/isa/sb/ |
D | emu8000_callback.c | 160 struct best *bp; in get_voice() local 179 bp = best + OFF; in get_voice() 182 bp = best + RELEASED; in get_voice() 185 bp = best + OFF; in get_voice() 188 bp = best + PLAYING; in get_voice() 197 bp = best + OFF; in get_voice() 200 if (vp->time < bp->time) { in get_voice() 201 bp->time = vp->time; in get_voice() 202 bp->voice = i; in get_voice()
|
/sound/drivers/opl3/ |
D | opl3_midi.c | 147 struct best *bp; in opl3_get_voice() local 164 bp = best; in opl3_get_voice() 176 bp++; in opl3_get_voice() 182 bp++; in opl3_get_voice() 189 bp++; in opl3_get_voice() 192 bp++; in opl3_get_voice() 195 bp++; in opl3_get_voice() 197 if (voice_time < bp->time) { in opl3_get_voice() 198 bp->time = voice_time; in opl3_get_voice() 199 bp->voice = i; in opl3_get_voice()
|
/sound/pci/ctxfi/ |
D | ctsrc.h | 61 int (*set_bp)(struct src *src, unsigned int bp);
|
D | cthardware.h | 99 int (*src_set_bp)(void *blk, unsigned int bp);
|
D | ctsrc.c | 104 static int src_set_bp(struct src *src, unsigned int bp) in src_set_bp() argument 109 hw->src_set_bp(src->rsc.ctrl_blk, bp); in src_set_bp()
|
D | cthw20k2.c | 275 static int src_set_bp(void *blk, unsigned int bp) in src_set_bp() argument 279 set_field(&ctl->ctl, SRCCTL_BP, bp); in src_set_bp()
|
D | cthw20k1.c | 275 static int src_set_bp(void *blk, unsigned int bp) in src_set_bp() argument 279 set_field(&ctl->ctl, SRCCTL_BP, bp); in src_set_bp()
|
/sound/pci/hda/ |
D | hda_auto_parser.c | 34 static int compare_seq(const void *ap, const void *bp) in compare_seq() argument 37 const struct auto_out_pin *b = bp; in compare_seq() 68 static int compare_input_type(const void *ap, const void *bp) in compare_input_type() argument 71 const struct auto_pin_cfg_item *b = bp; in compare_input_type()
|
D | hda_generic.c | 4817 static int compare_attr(const void *ap, const void *bp) in compare_attr() argument 4820 const struct automic_entry *b = bp; in compare_attr()
|
/sound/pci/au88x0/ |
D | au88x0_eq.c | 631 static void vortex_Eqlzr_SetBypass(vortex_t * vortex, u32 bp) in vortex_Eqlzr_SetBypass() argument 635 if ((eq->this28) && (bp == 0)) { in vortex_Eqlzr_SetBypass()
|