Searched refs:bp (Results 1 – 12 of 12) sorted by relevance
| /sound/pci/emu10k1/ |
| A D | emu10k1_callback.c | 214 struct best_voice *bp; in lookup_voices() local 235 bp = best + V_FREE; in lookup_voices() 237 bp = best + V_OFF; in lookup_voices() 241 bp = best + V_RELEASED; in lookup_voices() 245 bp = best + V_OFF; in lookup_voices() 251 bp = best + V_PLAYING; in lookup_voices() 256 if (bp != best + V_OFF && bp != best + V_FREE && in lookup_voices() 260 bp = best + V_OFF; in lookup_voices() 263 if (vp->time < bp->time) { in lookup_voices() 264 bp->time = vp->time; in lookup_voices() [all …]
|
| /sound/isa/sb/ |
| A 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/ |
| A D | opl3_midi.c | 157 struct best *bp; in opl3_get_voice() local 174 bp = best; in opl3_get_voice() 186 bp++; in opl3_get_voice() 192 bp++; in opl3_get_voice() 199 bp++; in opl3_get_voice() 202 bp++; in opl3_get_voice() 205 bp++; in opl3_get_voice() 207 if (voice_time < bp->time) { in opl3_get_voice() 208 bp->time = voice_time; in opl3_get_voice() 209 bp->voice = i; in opl3_get_voice()
|
| /sound/core/seq/ |
| A D | seq_clientmgr.c | 2168 struct snd_ump_block_info *bp = p; in terminate_ump_info_strings() local 2169 bp->name[sizeof(bp->name) - 1] = 0; in terminate_ump_info_strings() 2178 struct snd_ump_block_info *bp; in dump_ump_info() local 2187 bp = client->ump_info[i + 1]; in dump_ump_info() 2188 if (bp && *bp->name) { in dump_ump_info() 2190 i, bp->name, in dump_ump_info() 2191 bp->active ? "Active" : "Inactive"); in dump_ump_info() 2193 bp->first_group + 1, in dump_ump_info() 2194 bp->first_group + bp->num_groups); in dump_ump_info()
|
| /sound/pci/ctxfi/ |
| A D | ctsrc.h | 61 int (*set_bp)(struct src *src, unsigned int bp);
|
| A D | cthardware.h | 99 int (*src_set_bp)(void *blk, unsigned int bp);
|
| A 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()
|
| A 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()
|
| A 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()
|
| /sound/hda/common/ |
| A D | 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()
|
| /sound/pci/au88x0/ |
| A 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()
|
| /sound/hda/codecs/ |
| A D | generic.c | 4820 static int compare_attr(const void *ap, const void *bp) in compare_attr() argument 4823 const struct automic_entry *b = bp; in compare_attr()
|
Completed in 53 milliseconds