Searched defs:snd_virmidi_dev (Results 1 – 1 of 1) sorted by relevance
55 struct snd_virmidi_dev { struct56 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;[all …]