Searched refs:seq_device (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/sound/drivers/opl4/ |
D | opl4_lib.c | 163 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() 194 int seq_device, in snd_opl4_create() argument 255 snd_opl4_create_seq_dev(opl4, seq_device); in snd_opl4_create()
|
/Linux-v4.19/sound/core/seq/oss/ |
D | seq_oss_midi.c | 44 int seq_device; /* device number */ member 217 mdev->seq_device = i; in snd_seq_oss_midi_check_new_port() 218 midi_devs[mdev->seq_device] = mdev; in snd_seq_oss_midi_check_new_port() 236 midi_devs[mdev->seq_device] = NULL; in snd_seq_oss_midi_check_exit_port() 535 rc = send_synth_event(dp, ev, mdev->seq_device); in snd_seq_oss_midi_input() 617 snd_seq_oss_readq_sysex(dp->readq, mdev->seq_device, ev); in send_midi_event() 621 snd_seq_oss_readq_puts(dp->readq, mdev->seq_device, msg, len); in send_midi_event()
|
D | seq_oss_synth.c | 51 int seq_device; member 74 .seq_device = -1, 113 rec->seq_device = -1; in snd_seq_oss_synth_probe() 140 rec->seq_device = i; in snd_seq_oss_synth_probe() 180 if (rec->seq_device < SNDRV_CARDS) in snd_seq_oss_synth_remove() 181 snd_oss_info_unregister(SNDRV_OSS_INFO_DEV_SYNTH, rec->seq_device); in snd_seq_oss_synth_remove()
|
/Linux-v4.19/include/sound/ |
D | opl4.h | 29 int seq_device,
|
D | opl3.h | 364 int snd_opl3_hwdep_new(struct snd_opl3 * opl3, int device, int seq_device,
|
/Linux-v4.19/sound/drivers/opl3/ |
D | opl3_lib.c | 482 int device, int seq_device, in snd_opl3_hwdep_new() argument 527 opl3->seq_dev_num = seq_device; in snd_opl3_hwdep_new() 529 if (snd_seq_device_new(card, seq_device, SNDRV_SEQ_DEV_ID_OPL3, in snd_opl3_hwdep_new()
|
/Linux-v4.19/sound/core/ |
D | Makefile | 35 snd-seq-device-objs := seq_device.o
|