Searched defs:snd_uart16550 (Results 1 – 1 of 1) sorted by relevance
120 struct snd_uart16550 { struct121 struct snd_card *card;122 struct snd_rawmidi *rmidi;123 struct snd_rawmidi_substream *midi_output[SNDRV_SERIAL_MAX_OUTS];124 struct snd_rawmidi_substream *midi_input[SNDRV_SERIAL_MAX_INS];126 int filemode; /* open status of file */128 spinlock_t open_lock;130 int irq;132 unsigned long base;133 struct resource *res_base;[all …]