Searched refs:seq_mode (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dseq_virmidi.h36 int seq_mode; member in struct:snd_virmidi
57 int seq_mode; /* SNDRV_VIRMIDI_XXX */ member in struct:snd_virmidi_dev
H A Dseq_oss.h34 int seq_mode; /* sequencer mode - see below */ member in struct:snd_seq_oss_arg
66 /* flag: seq_mode */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_readq.h48 int snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *readq, unsigned long curt, int seq_mode);
H A Dseq_oss_event.c76 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC)
88 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC)
93 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC)
98 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC)
239 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC)
249 if (dp->seq_mode)
254 if (dp->seq_mode)
259 if (dp->seq_mode)
H A Dseq_oss_readq.c202 snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *q, unsigned long curt, int seq_mode) argument
207 switch (seq_mode) {
H A Dseq_oss_rw.c123 dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) {
139 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) {
H A Dseq_oss_device.h96 int seq_mode; /* sequencer mode */ member in struct:seq_oss_devinfo
H A Dseq_oss_init.c230 dp->seq_mode = level;
472 if (dp->seq_mode != SNDRV_SEQ_OSS_MODE_MUSIC) {
529 (dp->seq_mode ? "music" : "synth"),
531 if (dp->seq_mode)
H A Dseq_oss_midi.c477 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_SYNTH) {
486 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) {
535 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC)
599 snd_seq_oss_readq_put_timestamp(dp->readq, ev->time.tick, dp->seq_mode);
614 snd_seq_oss_readq_put_timestamp(dp->readq, ev->time.tick, dp->seq_mode);
H A Dseq_oss_synth.c230 info->arg.seq_mode = dp->seq_mode;
231 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_SYNTH)
280 info->arg.seq_mode = dp->seq_mode;
H A Dseq_oss_timer.c245 if (timer->dp->seq_mode == SNDRV_SEQ_OSS_MODE_SYNTH)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_virmidi.c63 switch (vmidi->seq_mode) {
151 if (vmidi->seq_mode == SNDRV_VIRMIDI_SEQ_DISPATCH &&
205 vmidi->seq_mode = rdev->seq_mode;
233 vmidi->seq_mode = rdev->seq_mode;
428 switch (rdev->seq_mode) {
440 snd_printk(KERN_ERR "seq_mode is not set: %d\n", rdev->seq_mode);
454 if (rdev->seq_mode
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsequencer.c40 * The seq_mode gives the operating mode of the sequencer:
47 static int seq_mode = SEQ_1; variable
92 ev_len = seq_mode == SEQ_1 ? 4 : 8;
146 if ((seq_mode == SEQ_1) != (len == 4))
189 if (seq_mode == SEQ_2)
253 if (seq_mode == SEQ_2 && ev_code == SEQ_EXTENDED)
273 if (seq_mode == SEQ_2)
462 if (seq_mode == SEQ_2)
480 if (voice == -1 && seq_mode == SEQ_2 && synth_devs[dev]->alloc_voice)
488 if (seq_mode
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/
H A Dvirmidi.c113 rdev->seq_mode = SNDRV_VIRMIDI_SEQ_DISPATCH;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux_seq.c366 rdev->seq_mode = SNDRV_VIRMIDI_SEQ_ATTACH;
H A Demux_oss.c147 reset_port_mode(p, arg->seq_mode);

Completed in 97 milliseconds