Searched defs:snd_uart16550 (Results 1 – 1 of 1) sorted by relevance
106 struct snd_uart16550 { struct107 struct snd_card *card;108 struct snd_rawmidi *rmidi;109 struct snd_rawmidi_substream *midi_output[SNDRV_SERIAL_MAX_OUTS];110 struct snd_rawmidi_substream *midi_input[SNDRV_SERIAL_MAX_INS];112 int filemode; /* open status of file */114 spinlock_t open_lock;116 int irq;118 unsigned long base;119 struct resource *res_base;[all …]