Lines Matching defs:snd_virmidi_dev
55 struct snd_virmidi_dev { struct
56 struct snd_card *card; /* associated card */
57 struct snd_rawmidi *rmidi; /* rawmidi device */
58 int seq_mode; /* SNDRV_VIRMIDI_XXX */
59 int device; /* sequencer device */
60 int client; /* created/attached client */
61 int port; /* created/attached port */
62 unsigned int flags; /* SNDRV_VIRMIDI_* */
63 rwlock_t filelist_lock;
64 struct rw_semaphore filelist_sem;
65 struct list_head filelist;