Home
last modified time | relevance | path

Searched refs:snd_seq_device (Results 1 – 20 of 20) sorted by relevance

/linux-3.4.99/include/sound/
Dseq_device.h34 struct snd_seq_device { struct
44 void (*private_free)(struct snd_seq_device *device); argument
63 int (*init_device)(struct snd_seq_device *dev); argument
64 int (*free_device)(struct snd_seq_device *dev);
71 …vice_new(struct snd_card *card, int device, char *id, int argsize, struct snd_seq_device **result);
75 #define SNDRV_SEQ_DEVICE_ARGPTR(dev) (void *)((char *)(dev) + sizeof(struct snd_seq_device))
Dopl3.h330 struct snd_seq_device *seq_dev; /* sequencer device */
334 struct snd_seq_device *oss_seq_dev; /* OSS sequencer device */
Demu8000.h102 struct snd_seq_device **ret);
Demux_synth.h133 struct snd_seq_device *oss_synth;
Drawmidi.h146 struct snd_seq_device *seq_dev;
/linux-3.4.99/sound/core/seq/
Dseq_device.c89 static int snd_seq_device_free(struct snd_seq_device *dev);
94 static int init_device(struct snd_seq_device *dev, struct ops_list *ops);
95 static int free_device(struct snd_seq_device *dev, struct ops_list *ops);
177 struct snd_seq_device **result) in snd_seq_device_new()
179 struct snd_seq_device *dev; in snd_seq_device_new()
233 static int snd_seq_device_free(struct snd_seq_device *dev) in snd_seq_device_free()
262 struct snd_seq_device *dev = device->device_data; in snd_seq_device_dev_free()
271 struct snd_seq_device *dev = device->device_data; in snd_seq_device_dev_register()
293 struct snd_seq_device *dev = device->device_data; in snd_seq_device_dev_disconnect()
315 struct snd_seq_device *dev; in snd_seq_device_register_driver()
[all …]
Dseq_midi.c277 snd_seq_midisynth_register_port(struct snd_seq_device *dev) in snd_seq_midisynth_register_port()
431 snd_seq_midisynth_unregister_port(struct snd_seq_device *dev) in snd_seq_midisynth_unregister_port()
/linux-3.4.99/sound/core/seq/oss/
Dseq_oss_synth.h31 int snd_seq_oss_synth_register(struct snd_seq_device *dev);
32 int snd_seq_oss_synth_unregister(struct snd_seq_device *dev);
Dseq_oss_synth.c101 snd_seq_oss_synth_register(struct snd_seq_device *dev) in snd_seq_oss_synth_register()
153 snd_seq_oss_synth_unregister(struct snd_seq_device *dev) in snd_seq_oss_synth_unregister()
/linux-3.4.99/sound/pci/emu10k1/
Demu10k1_synth.c32 static int snd_emu10k1_synth_new_device(struct snd_seq_device *dev) in snd_emu10k1_synth_new_device()
82 static int snd_emu10k1_synth_delete_device(struct snd_seq_device *dev) in snd_emu10k1_synth_delete_device()
Demu10k1.c109 struct snd_seq_device *wave = NULL; in snd_card_emu10k1_probe()
/linux-3.4.99/sound/isa/sb/
Demu8000_synth.c37 static int snd_emu8000_new_device(struct snd_seq_device *dev) in snd_emu8000_new_device()
96 static int snd_emu8000_delete_device(struct snd_seq_device *dev) in snd_emu8000_delete_device()
Demu8000.c1078 struct snd_seq_device **awe_ret) in snd_emu8000_new()
1080 struct snd_seq_device *awe; in snd_emu8000_new()
/linux-3.4.99/sound/drivers/opl4/
Dopl4_seq.c127 static int snd_opl4_seq_new_device(struct snd_seq_device *dev) in snd_opl4_seq_new_device()
183 static int snd_opl4_seq_delete_device(struct snd_seq_device *dev) in snd_opl4_seq_delete_device()
Dopl4_local.h192 struct snd_seq_device *seq_dev;
Dopl4_lib.c157 static void snd_opl4_seq_dev_free(struct snd_seq_device *seq_dev) in snd_opl4_seq_dev_free()
/linux-3.4.99/sound/drivers/opl3/
Dopl3_seq.c219 static int snd_opl3_seq_new_device(struct snd_seq_device *dev) in snd_opl3_seq_new_device()
262 static int snd_opl3_seq_delete_device(struct snd_seq_device *dev) in snd_opl3_seq_delete_device()
Dopl3_oss.c122 struct snd_seq_device *dev; in snd_opl3_init_seq_oss()
/linux-3.4.99/sound/synth/emux/
Demux_oss.c70 struct snd_seq_device *dev; in snd_emux_init_seq_oss()
/linux-3.4.99/sound/core/
Drawmidi.c1534 static void snd_rawmidi_dev_seq_free(struct snd_seq_device *device) in snd_rawmidi_dev_seq_free()