Searched defs:snd_virmidi_dev (Results 1 – 1 of 1) sorted by relevance
41 struct snd_virmidi_dev { struct42 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;[all …]
Completed in 3 milliseconds