Searched defs:snd_virmidi_dev (Results 1 – 1 of 1) sorted by relevance
54 struct snd_virmidi_dev { struct55 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;