Lines Matching defs:snd_virmidi_dev
41 struct snd_virmidi_dev { struct
42 struct snd_card *card; /* associated card */
43 struct snd_rawmidi *rmidi; /* rawmidi device */
44 int seq_mode; /* SNDRV_VIRMIDI_XXX */
45 int device; /* sequencer device */
46 int client; /* created/attached client */
47 int port; /* created/attached port */
48 unsigned int flags; /* SNDRV_VIRMIDI_* */
49 rwlock_t filelist_lock;
50 struct rw_semaphore filelist_sem;
51 struct list_head filelist;