Home
last modified time | relevance | path

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

/linux-4.1.27/sound/drivers/opl4/
Dopl4_lib.c163 static int snd_opl4_create_seq_dev(struct snd_opl4 *opl4, int seq_device) in snd_opl4_create_seq_dev() argument
165 opl4->seq_dev_num = seq_device; in snd_opl4_create_seq_dev()
166 if (snd_seq_device_new(opl4->card, seq_device, SNDRV_SEQ_DEV_ID_OPL4, in snd_opl4_create_seq_dev()
196 int seq_device, in snd_opl4_create() argument
259 snd_opl4_create_seq_dev(opl4, seq_device); in snd_opl4_create()
/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_midi.c43 int seq_device; /* device number */ member
216 mdev->seq_device = i; in snd_seq_oss_midi_check_new_port()
217 midi_devs[mdev->seq_device] = mdev; in snd_seq_oss_midi_check_new_port()
235 midi_devs[mdev->seq_device] = NULL; in snd_seq_oss_midi_check_exit_port()
533 rc = send_synth_event(dp, ev, mdev->seq_device); in snd_seq_oss_midi_input()
616 snd_seq_oss_readq_puts(dp->readq, mdev->seq_device, in send_midi_event()
621 snd_seq_oss_readq_puts(dp->readq, mdev->seq_device, msg, len); in send_midi_event()
Dseq_oss_synth.c50 int seq_device; member
112 rec->seq_device = -1; in snd_seq_oss_synth_probe()
139 rec->seq_device = i; in snd_seq_oss_synth_probe()
179 if (rec->seq_device < SNDRV_CARDS) in snd_seq_oss_synth_remove()
180 snd_oss_info_unregister(SNDRV_OSS_INFO_DEV_SYNTH, rec->seq_device); in snd_seq_oss_synth_remove()
/linux-4.1.27/include/sound/
Dopl4.h29 int seq_device,
Dopl3.h366 int snd_opl3_hwdep_new(struct snd_opl3 * opl3, int device, int seq_device,
/linux-4.1.27/sound/drivers/opl3/
Dopl3_lib.c485 int device, int seq_device, in snd_opl3_hwdep_new() argument
530 opl3->seq_dev_num = seq_device; in snd_opl3_hwdep_new()
532 if (snd_seq_device_new(card, seq_device, SNDRV_SEQ_DEV_ID_OPL3, in snd_opl3_hwdep_new()
/linux-4.1.27/sound/core/seq/
DMakefile6 snd-seq-device-objs := seq_device.o