Searched refs:seq_mode (Results 1 – 12 of 12) sorted by relevance
| /sound/core/seq/ |
| A D | seq_virmidi.c | 49 switch (vmidi->seq_mode) { in snd_virmidi_init_event() 144 if (vmidi->seq_mode == SNDRV_VIRMIDI_SEQ_DISPATCH && in snd_vmidi_output_work() 198 vmidi->seq_mode = rdev->seq_mode; in snd_virmidi_input_open() 227 vmidi->seq_mode = rdev->seq_mode; in snd_virmidi_output_open() 434 switch (rdev->seq_mode) { in snd_virmidi_dev_register() 446 pr_err("ALSA: seq_virmidi: seq_mode is not set: %d\n", rdev->seq_mode); in snd_virmidi_dev_register() 460 if (rdev->seq_mode == SNDRV_VIRMIDI_SEQ_DISPATCH) in snd_virmidi_dev_unregister() 513 rdev->seq_mode = SNDRV_VIRMIDI_SEQ_DISPATCH; in snd_virmidi_new()
|
| /sound/core/seq/oss/ |
| A D | seq_oss_event.c | 64 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) in snd_seq_oss_process_event() 76 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) in snd_seq_oss_process_event() 81 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) in snd_seq_oss_process_event() 86 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) in snd_seq_oss_process_event() 227 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) in timing_event() 238 if (dp->seq_mode) in timing_event() 243 if (dp->seq_mode) in timing_event() 248 if (dp->seq_mode) in timing_event()
|
| A D | seq_oss_init.c | 219 dp->seq_mode = level; in snd_seq_oss_open() 433 if (dp->seq_mode != SNDRV_SEQ_OSS_MODE_MUSIC) { in snd_seq_oss_reset() 484 (dp->seq_mode ? "music" : "synth"), in snd_seq_oss_system_info_read() 486 if (dp->seq_mode) in snd_seq_oss_system_info_read()
|
| A D | seq_oss_synth.c | 213 info->arg.seq_mode = dp->seq_mode; in snd_seq_oss_synth_setup() 214 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_SYNTH) in snd_seq_oss_synth_setup() 266 info->arg.seq_mode = dp->seq_mode; in snd_seq_oss_synth_setup_midi()
|
| A D | seq_oss_midi.c | 475 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_SYNTH) { in snd_seq_oss_midi_reset() 484 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) { in snd_seq_oss_midi_reset() 536 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) in snd_seq_oss_midi_input() 600 snd_seq_oss_readq_put_timestamp(dp->readq, ev->time.tick, dp->seq_mode); in send_synth_event() 615 snd_seq_oss_readq_put_timestamp(dp->readq, ev->time.tick, dp->seq_mode); in send_midi_event()
|
| A D | seq_oss_readq.c | 216 snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *q, unsigned long curt, int seq_mode) in snd_seq_oss_readq_put_timestamp() argument 221 switch (seq_mode) { in snd_seq_oss_readq_put_timestamp()
|
| A D | seq_oss_rw.c | 111 dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) { in snd_seq_oss_write() 127 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) { in snd_seq_oss_write()
|
| A D | seq_oss_readq.h | 37 int snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *readq, unsigned long curt, int seq_mode);
|
| A D | seq_oss_device.h | 78 int seq_mode; /* sequencer mode */ member
|
| A D | seq_oss_timer.c | 232 if (timer->dp->seq_mode == SNDRV_SEQ_OSS_MODE_SYNTH) in snd_seq_oss_timer_ioctl()
|
| /sound/synth/emux/ |
| A D | emux_seq.c | 372 rdev->seq_mode = SNDRV_VIRMIDI_SEQ_ATTACH; in snd_emux_init_virmidi()
|
| A D | emux_oss.c | 129 reset_port_mode(p, arg->seq_mode); in snd_emux_open_seq_oss()
|
Completed in 26 milliseconds