Home
last modified time | relevance | path

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

/linux/include/sound/
A Dseq_device.h14 struct snd_seq_device { struct
23 void (*private_free)(struct snd_seq_device *device); argument
28 container_of(_dev, struct snd_seq_device, dev) argument
63 int argsize, struct snd_seq_device **result);
65 #define SNDRV_SEQ_DEVICE_ARGPTR(dev) (void *)((char *)(dev) + sizeof(struct snd_seq_device))
A Dopl3.h312 struct snd_seq_device *seq_dev; /* sequencer device */
316 struct snd_seq_device *oss_seq_dev; /* OSS sequencer device */
A Demu8000.h86 struct snd_seq_device **ret);
A Demux_synth.h118 struct snd_seq_device *oss_synth;
A Drawmidi.h137 struct snd_seq_device *seq_dev;
/linux/sound/core/
A Dseq_device.c45 struct snd_seq_device *sdev = to_seq_dev(dev); in snd_seq_bus_match()
65 struct snd_seq_device *sdev = to_seq_dev(dev); in print_dev_info()
91 struct snd_seq_device *sdev = to_seq_dev(dev); in request_seq_drv()
156 struct snd_seq_device *dev = device->device_data; in snd_seq_device_dev_free()
167 struct snd_seq_device *dev = device->device_data; in snd_seq_device_dev_register()
180 struct snd_seq_device *dev = device->device_data; in snd_seq_device_dev_disconnect()
199 int argsize, struct snd_seq_device **result) in snd_seq_device_new()
201 struct snd_seq_device *dev; in snd_seq_device_new()
A Drawmidi.c1859 static void snd_rawmidi_dev_seq_free(struct snd_seq_device *device) in snd_rawmidi_dev_seq_free()
/linux/sound/pci/emu10k1/
A Demu10k1_synth.c21 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu10k1_synth_probe()
72 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu10k1_synth_remove()
A Demu10k1.c91 struct snd_seq_device *wave = NULL; in snd_card_emu10k1_probe()
/linux/sound/isa/sb/
A Demu8000_synth.c26 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu8000_probe()
86 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu8000_remove()
A Demu8000.c1056 struct snd_seq_device **awe_ret) in snd_emu8000_new()
1058 struct snd_seq_device *awe; in snd_emu8000_new()
/linux/sound/drivers/opl4/
A Dopl4_seq.c129 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl4_seq_probe()
186 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl4_seq_remove()
A Dopl4_local.h192 struct snd_seq_device *seq_dev;
A Dopl4_lib.c144 static void snd_opl4_seq_dev_free(struct snd_seq_device *seq_dev) in snd_opl4_seq_dev_free()
/linux/sound/drivers/opl3/
A Dopl3_seq.c209 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl3_seq_probe()
252 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl3_seq_remove()
A Dopl3_oss.c93 struct snd_seq_device *dev; in snd_opl3_init_seq_oss()
/linux/sound/core/seq/
A Dseq_midi.c265 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_midisynth_probe()
420 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_midisynth_remove()
/linux/sound/core/seq/oss/
A Dseq_oss_synth.c91 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_oss_synth_probe()
142 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_oss_synth_remove()
/linux/sound/synth/emux/
A Demux_oss.c55 struct snd_seq_device *dev; in snd_emux_init_seq_oss()

Completed in 28 milliseconds