Home
last modified time | relevance | path

Searched defs:snd_virmidi_dev (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/sound/
Dseq_virmidi.h54 struct snd_virmidi_dev { struct
55 struct snd_card *card; /* associated card */
56 struct snd_rawmidi *rmidi; /* rawmidi device */
57 int seq_mode; /* SNDRV_VIRMIDI_XXX */
58 int device; /* sequencer device */
59 int client; /* created/attached client */
60 int port; /* created/attached port */
61 unsigned int flags; /* SNDRV_VIRMIDI_* */
62 rwlock_t filelist_lock;
63 struct list_head filelist;