Searched refs:seq_device (Results 1 - 16 of 16) sorted by relevance
/linux-4.1.27/include/sound/ |
H A D | opl4.h | 29 int seq_device,
|
H A D | rawmidi.h | 34 #include <sound/seq_device.h>
|
H A D | opl3.h | 62 #include <sound/seq_device.h> 366 int snd_opl3_hwdep_new(struct snd_opl3 * opl3, int device, int seq_device,
|
H A D | emux_synth.h | 25 #include <sound/seq_device.h>
|
H A D | gus.h | 29 #include <sound/seq_device.h>
|
/linux-4.1.27/sound/core/seq/ |
H A D | Makefile | 6 snd-seq-device-objs := seq_device.o
|
H A D | seq.c | 37 #include <sound/seq_device.h>
|
H A D | seq_device.c | 44 #include <sound/seq_device.h>
|
H A D | seq_midi.c | 38 #include <sound/seq_device.h>
|
H A D | seq_clientmgr.c | 38 #include <sound/seq_device.h>
|
/linux-4.1.27/sound/drivers/opl4/ |
H A D | opl4_lib.c | 163 static int snd_opl4_create_seq_dev(struct snd_opl4 *opl4, int seq_device) snd_opl4_create_seq_dev() argument 165 opl4->seq_dev_num = seq_device; snd_opl4_create_seq_dev() 166 if (snd_seq_device_new(opl4->card, seq_device, SNDRV_SEQ_DEV_ID_OPL4, snd_opl4_create_seq_dev() 196 int seq_device, snd_opl4_create() 259 snd_opl4_create_seq_dev(opl4, seq_device); snd_opl4_create() 194 snd_opl4_create(struct snd_card *card, unsigned long fm_port, unsigned long pcm_port, int seq_device, struct snd_opl3 **ropl3, struct snd_opl4 **ropl4) snd_opl4_create() argument
|
/linux-4.1.27/sound/core/seq/oss/ |
H A D | seq_oss_synth.h | 28 #include <sound/seq_device.h>
|
H A D | seq_oss_midi.c | 43 int seq_device; /* device number */ member in struct:seq_oss_midi 216 mdev->seq_device = i; snd_seq_oss_midi_check_new_port() 217 midi_devs[mdev->seq_device] = mdev; snd_seq_oss_midi_check_new_port() 235 midi_devs[mdev->seq_device] = NULL; snd_seq_oss_midi_check_exit_port() 533 rc = send_synth_event(dp, ev, mdev->seq_device); snd_seq_oss_midi_input() 616 snd_seq_oss_readq_puts(dp->readq, mdev->seq_device, send_midi_event() 621 snd_seq_oss_readq_puts(dp->readq, mdev->seq_device, msg, len); send_midi_event()
|
H A D | seq_oss_synth.c | 50 int seq_device; member in struct:seq_oss_synth 73 -1, /* seq_device */ 112 rec->seq_device = -1; snd_seq_oss_synth_probe() 139 rec->seq_device = i; snd_seq_oss_synth_probe() 179 if (rec->seq_device < SNDRV_CARDS) snd_seq_oss_synth_remove() 180 snd_oss_info_unregister(SNDRV_OSS_INFO_DEV_SYNTH, rec->seq_device); snd_seq_oss_synth_remove()
|
/linux-4.1.27/sound/drivers/opl3/ |
H A D | opl3_lib.c | 485 int device, int seq_device, snd_opl3_hwdep_new() 530 opl3->seq_dev_num = seq_device; snd_opl3_hwdep_new() 532 if (snd_seq_device_new(card, seq_device, SNDRV_SEQ_DEV_ID_OPL3, snd_opl3_hwdep_new() 484 snd_opl3_hwdep_new(struct snd_opl3 * opl3, int device, int seq_device, struct snd_hwdep ** rhwdep) snd_opl3_hwdep_new() argument
|
/linux-4.1.27/sound/isa/sb/ |
H A D | sb16.c | 34 #include <sound/seq_device.h>
|
Completed in 252 milliseconds