Searched refs:snd_seq_device (Results 1 – 6 of 6) sorted by relevance
14 struct snd_seq_device { struct23 void (*private_free)(struct snd_seq_device *device); argument28 container_of(_dev, struct snd_seq_device, dev) argument63 int argsize, struct snd_seq_device **result);65 #define SNDRV_SEQ_DEVICE_ARGPTR(dev) (void *)((char *)(dev) + sizeof(struct snd_seq_device))
312 struct snd_seq_device *seq_dev; /* sequencer device */316 struct snd_seq_device *oss_seq_dev; /* OSS sequencer device */
86 struct snd_seq_device **ret);
118 struct snd_seq_device *oss_synth;
145 struct snd_seq_device *seq_dev;
68 struct snd_seq_device *seq_dev;
Completed in 11 milliseconds