Go to the documentation of this file. 1 #ifndef __SOUND_SEQ_DEVICE_H
2 #define __SOUND_SEQ_DEVICE_H
31 #define SNDRV_SEQ_DEVICE_FREE 0
32 #define SNDRV_SEQ_DEVICE_REGISTERED 1
75 #define SNDRV_SEQ_DEVICE_ARGPTR(dev) (void *)((char *)(dev) + sizeof(struct snd_seq_device))
81 #define SNDRV_SEQ_DEV_ID_MIDISYNTH "seq-midi"
82 #define SNDRV_SEQ_DEV_ID_OPL3 "opl3-synth"