seq_device        348 include/sound/opl3.h int snd_opl3_hwdep_new(struct snd_opl3 * opl3, int device, int seq_device,
seq_device         16 include/sound/opl4.h 			   int seq_device,
seq_device         31 sound/core/seq/oss/seq_oss_midi.c 	int seq_device;		/* device number */
seq_device        204 sound/core/seq/oss/seq_oss_midi.c 	mdev->seq_device = i;
seq_device        205 sound/core/seq/oss/seq_oss_midi.c 	midi_devs[mdev->seq_device] = mdev;
seq_device        223 sound/core/seq/oss/seq_oss_midi.c 		midi_devs[mdev->seq_device] = NULL;
seq_device        522 sound/core/seq/oss/seq_oss_midi.c 		rc = send_synth_event(dp, ev, mdev->seq_device);
seq_device        604 sound/core/seq/oss/seq_oss_midi.c 		snd_seq_oss_readq_sysex(dp->readq, mdev->seq_device, ev);
seq_device        609 sound/core/seq/oss/seq_oss_midi.c 			snd_seq_oss_readq_puts(dp->readq, mdev->seq_device, msg, len);
seq_device         38 sound/core/seq/oss/seq_oss_synth.c 	int seq_device;
seq_device         61 sound/core/seq/oss/seq_oss_synth.c 	.seq_device = -1,
seq_device        100 sound/core/seq/oss/seq_oss_synth.c 	rec->seq_device = -1;
seq_device        127 sound/core/seq/oss/seq_oss_synth.c 	rec->seq_device = i;
seq_device        167 sound/core/seq/oss/seq_oss_synth.c 	if (rec->seq_device < SNDRV_CARDS)
seq_device        168 sound/core/seq/oss/seq_oss_synth.c 		snd_oss_info_unregister(SNDRV_OSS_INFO_DEV_SYNTH, rec->seq_device);
seq_device        468 sound/drivers/opl3/opl3_lib.c 		       int device, int seq_device,
seq_device        513 sound/drivers/opl3/opl3_lib.c 	opl3->seq_dev_num = seq_device;
seq_device        515 sound/drivers/opl3/opl3_lib.c 	if (snd_seq_device_new(card, seq_device, SNDRV_SEQ_DEV_ID_OPL3,
seq_device        150 sound/drivers/opl4/opl4_lib.c static int snd_opl4_create_seq_dev(struct snd_opl4 *opl4, int seq_device)
seq_device        152 sound/drivers/opl4/opl4_lib.c 	opl4->seq_dev_num = seq_device;
seq_device        153 sound/drivers/opl4/opl4_lib.c 	if (snd_seq_device_new(opl4->card, seq_device, SNDRV_SEQ_DEV_ID_OPL4,
seq_device        181 sound/drivers/opl4/opl4_lib.c 		    int seq_device,
seq_device        242 sound/drivers/opl4/opl4_lib.c 		snd_opl4_create_seq_dev(opl4, seq_device);