Home
last modified time | relevance | path

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

/linux/include/sound/
H 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))
H A Dopl3.h312 struct snd_seq_device *seq_dev; /* sequencer device */
316 struct snd_seq_device *oss_seq_dev; /* OSS sequencer device */
H A Demu8000.h86 struct snd_seq_device **ret);
H A Demux_synth.h118 struct snd_seq_device *oss_synth;
H A Drawmidi.h143 struct snd_seq_device *seq_dev;
H A Dump.h57 struct snd_seq_device *seq_dev;
/linux/sound/core/
H 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()
H A Dump.c174 static void snd_ump_dev_seq_free(struct snd_seq_device *device) in snd_ump_dev_seq_free()
H A Drawmidi.c1945 static void snd_rawmidi_dev_seq_free(struct snd_seq_device *device) in snd_rawmidi_dev_seq_free()
/linux/sound/pci/emu10k1/
H A Demu10k1_synth.c21 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu10k1_synth_probe()
70 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_emu10k1_synth_remove()
H A Demu10k1.c75 struct snd_seq_device *wave = NULL; in snd_card_emu10k1_probe()
/linux/sound/isa/sb/
H 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()
H A Demu8000.c1054 struct snd_seq_device **awe_ret) in snd_emu8000_new()
1056 struct snd_seq_device *awe; in snd_emu8000_new()
/linux/sound/drivers/opl4/
H 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()
H A Dopl4_local.h192 struct snd_seq_device *seq_dev;
H 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/
H 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()
H A Dopl3_oss.c93 struct snd_seq_device *dev; in snd_opl3_init_seq_oss()
/linux/sound/core/seq/
H A Dseq_midi.c270 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_midisynth_probe()
417 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_midisynth_remove()
H A Dseq_ump_client.c467 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_ump_probe()
529 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_seq_ump_remove()
/linux/sound/core/seq/oss/
H 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/
H A Demux_oss.c55 struct snd_seq_device *dev; in snd_emux_init_seq_oss()