Home
last modified time | relevance | path

Searched refs:seq_device (Results 1 – 5 of 5) sorted by relevance

/sound/drivers/opl4/
A Dopl4_lib.c150 static int snd_opl4_create_seq_dev(struct snd_opl4 *opl4, int seq_device) in snd_opl4_create_seq_dev() argument
152 opl4->seq_dev_num = seq_device; in snd_opl4_create_seq_dev()
153 if (snd_seq_device_new(opl4->card, seq_device, SNDRV_SEQ_DEV_ID_OPL4, in snd_opl4_create_seq_dev()
181 int seq_device, in snd_opl4_create() argument
242 snd_opl4_create_seq_dev(opl4, seq_device); in snd_opl4_create()
/sound/core/seq/oss/
A Dseq_oss_midi.c31 int seq_device; /* device number */ member
202 mdev->seq_device = i; in snd_seq_oss_midi_check_new_port()
203 midi_devs[mdev->seq_device] = mdev; in snd_seq_oss_midi_check_new_port()
222 midi_devs[mdev->seq_device] = NULL; in snd_seq_oss_midi_check_exit_port()
537 rc = send_synth_event(dp, ev, mdev->seq_device); in snd_seq_oss_midi_input()
619 snd_seq_oss_readq_sysex(dp->readq, mdev->seq_device, ev); in send_midi_event()
624 snd_seq_oss_readq_puts(dp->readq, mdev->seq_device, msg, len); in send_midi_event()
A Dseq_oss_synth.c31 int seq_device; member
54 .seq_device = -1,
93 rec->seq_device = -1; in snd_seq_oss_synth_probe()
120 rec->seq_device = i; in snd_seq_oss_synth_probe()
160 if (rec->seq_device < SNDRV_CARDS) in snd_seq_oss_synth_remove()
161 snd_oss_info_unregister(SNDRV_OSS_INFO_DEV_SYNTH, rec->seq_device); in snd_seq_oss_synth_remove()
/sound/drivers/opl3/
A Dopl3_lib.c477 int device, int seq_device, in snd_opl3_hwdep_new() argument
523 opl3->seq_dev_num = seq_device; in snd_opl3_hwdep_new()
525 if (snd_seq_device_new(card, seq_device, SNDRV_SEQ_DEV_ID_OPL3, in snd_opl3_hwdep_new()
/sound/core/
A DMakefile36 snd-seq-device-y := seq_device.o

Completed in 13 milliseconds