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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_synth.c218 memset(dp->synths, 0, sizeof(dp->synths));
227 info = &dp->synths[i];
275 info = &dp->synths[dp->max_synthdev];
308 info = &dp->synths[i];
345 if (dp->synths[dev].is_midi)
359 if (! dp->synths[dev].opened)
361 if (dp->synths[dev].is_midi)
401 info = &dp->synths[dev];
464 rc = rec->oper.load_patch(&dp->synths[de
[all...]
H A Dseq_oss_device.h104 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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_midi.c72 static struct seq_midisynth_client *synths[SNDRV_CARDS]; variable in typeref:struct:seq_midisynth_client
313 client = synths[card->number];
404 synths[card->number] = client;
436 client = synths[card->number];
451 synths[card->number] = NULL;
465 memset(&synths, 0, sizeof(synths));

Completed in 32 milliseconds