Searched defs:sfire_chip (Results 1 – 1 of 1) sorted by relevance
14 struct sfire_chip { struct15 struct usb_device *dev;16 struct snd_card *card;17 int intf_count; /* number of registered interfaces */18 int regidx; /* index in module parameter arrays */19 bool shutdown;21 struct midi_runtime *midi;22 struct pcm_runtime *pcm;23 struct control_runtime *control;24 struct comm_runtime *comm;
Completed in 3 milliseconds