Searched refs:synths (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_synth.c219 memset(dp->synths, 0, sizeof(dp->synths));
228 info = &dp->synths[i];
281 info = &dp->synths[dp->max_synthdev];
315 info = &dp->synths[i];
352 if (dp->synths[dev].is_midi)
366 if (! dp->synths[dev].opened)
368 if (dp->synths[dev].is_midi)
409 info = &dp->synths[dev];
472 rc = rec->oper.load_patch(&dp->synths[de
[all...]
H A Dseq_oss_device.h103 struct seq_oss_synthinfo synths[SNDRV_SEQ_OSS_MAX_SYNTH_DEVS]; member in struct:seq_oss_devinfo
H A Dseq_oss_event.c287 struct seq_oss_synthinfo *info = &dp->synths[dev];
342 struct seq_oss_synthinfo *info = &dp->synths[dev];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_midi.c71 static struct seq_midisynth_client *synths[SNDRV_CARDS]; variable in typeref:struct:seq_midisynth_client
316 client = synths[card->number];
407 synths[card->number] = client;
439 client = synths[card->number];
454 synths[card->number] = NULL;
468 memset(&synths, 0, sizeof(synths));

Completed in 124 milliseconds