Searched refs:synths (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/drivers/staging/speakup/ |
H A D | synth.c | 20 #define MAXSYNTHS 16 /* Max number of synths in array. */ 21 static struct spk_synth *synths[MAXSYNTHS]; variable in typeref:struct:spk_synth 365 for (i = 0; i < MAXSYNTHS && synths[i] != NULL; i++) synth_init() 366 if (strcmp(synths[i]->name, synth_name) == 0) synth_init() 367 synth = synths[i]; synth_init() 447 for (i = 0; i < MAXSYNTHS && synths[i] != NULL; i++) synth_add() 449 if (in_synth == synths[i]) { synth_add() 458 synths[i++] = in_synth; synth_add() 459 synths[i] = NULL; synth_add() 474 for (i = 0; synths[i] != NULL; i++) { synth_remove() 475 if (in_synth == synths[i]) synth_remove() 478 for ( ; synths[i] != NULL; i++) /* compress table */ synth_remove() 479 synths[i] = synths[i+1]; synth_remove()
|
H A D | spk_priv.h | 37 /* synth flags, for odd synths */
|
/linux-4.4.14/sound/core/seq/oss/ |
H A D | seq_oss_synth.c | 220 memset(dp->synths, 0, sizeof(dp->synths)); snd_seq_oss_synth_setup() 229 info = &dp->synths[i]; snd_seq_oss_synth_setup() 280 info = &dp->synths[dp->max_synthdev]; snd_seq_oss_synth_setup_midi() 314 info = &dp->synths[i]; snd_seq_oss_synth_cleanup() 350 if (dp->synths[dev].is_midi) is_midi_dev() 364 if (! dp->synths[dev].opened) get_synthdev() 366 if (dp->synths[dev].is_midi) get_synthdev() 407 info = &dp->synths[dev]; snd_seq_oss_synth_reset() 470 rc = rec->oper.load_patch(&dp->synths[dev].arg, fmt, buf, p, c); snd_seq_oss_synth_load_patch() 506 sysex = dp->synths[dev].sysex; snd_seq_oss_synth_sysex() 511 dp->synths[dev].sysex = sysex; snd_seq_oss_synth_sysex() 558 snd_seq_oss_fill_addr(dp, ev, dp->synths[dev].arg.addr.client, snd_seq_oss_synth_addr() 559 dp->synths[dev].arg.addr.port); snd_seq_oss_synth_addr() 580 rc = rec->oper.ioctl(&dp->synths[dev].arg, cmd, addr); snd_seq_oss_synth_ioctl() 611 if (dp->synths[dev].is_midi) { snd_seq_oss_synth_make_info() 613 snd_seq_oss_midi_make_info(dp, dp->synths[dev].midi_mapped, &minf); snd_seq_oss_synth_make_info()
|
H A D | seq_oss_device.h | 99 struct seq_oss_synthinfo synths[SNDRV_SEQ_OSS_MAX_SYNTH_DEVS]; member in struct:seq_oss_devinfo
|
H A D | seq_oss_event.c | 293 info = &dp->synths[dev]; note_on_event() 353 info = &dp->synths[dev]; note_off_event()
|
/linux-4.4.14/sound/core/seq/ |
H A D | seq_midi.c | 71 static struct seq_midisynth_client *synths[SNDRV_CARDS]; variable in typeref:struct:seq_midisynth_client 316 client = synths[card->number]; snd_seq_midisynth_probe() 407 synths[card->number] = client; snd_seq_midisynth_probe() 440 client = synths[card->number]; snd_seq_midisynth_remove() 455 synths[card->number] = NULL; snd_seq_midisynth_remove()
|
/linux-4.4.14/drivers/clk/ti/ |
H A D | fapll.c | 324 * PLL in bypass sets the synths in bypass mode too. The PLL rate ti_fapll_synth_recalc_rate()
|
/linux-4.4.14/sound/oss/ |
H A D | midi_synth.c | 463 * Shut up the synths by sending just single active sensing message. midi_synth_close()
|
/linux-4.4.14/drivers/clk/spear/ |
H A D | spear3xx_clock.c | 507 /* general synths clocks */ spear3xx_clk_init()
|
/linux-4.4.14/include/uapi/linux/ |
H A D | soundcard.h | 454 * For FM synths (YM3812/OPL3) use struct sbi_instrument and write it to the
|
Completed in 378 milliseconds