HomeSort by relevance Sort by last modified time
    Searched defs:snd_seq_device (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_device.h 34 struct snd_seq_device { struct
44 void (*private_free)(struct snd_seq_device *device);
63 int (*init_device)(struct snd_seq_device *dev);
64 int (*free_device)(struct snd_seq_device *dev);
71 int snd_seq_device_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))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_device.h 34 struct snd_seq_device { struct
44 void (*private_free)(struct snd_seq_device *device);
63 int (*init_device)(struct snd_seq_device *dev);
64 int (*free_device)(struct snd_seq_device *dev);
71 int snd_seq_device_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))

Completed in 34 milliseconds