Searched defs:snd_uart16550 (Results 1 – 1 of 1) sorted by relevance
119 struct snd_uart16550 { struct120 struct snd_card *card;121 struct snd_rawmidi *rmidi;122 struct snd_rawmidi_substream *midi_output[SNDRV_SERIAL_MAX_OUTS];123 struct snd_rawmidi_substream *midi_input[SNDRV_SERIAL_MAX_INS];125 int filemode; /* open status of file */127 spinlock_t open_lock;129 int irq;131 unsigned long base;132 struct resource *res_base;[all …]